Reorganize AudioTitle classes.

Should fix https://github.com/web-scrobbler/web-scrobbler/issues/2828
This commit is contained in:
Deluan
2021-04-24 18:06:24 -04:00
parent 79bbff0e98
commit 3cede28161
3 changed files with 25 additions and 27 deletions
+7 -7
View File
@@ -319,13 +319,13 @@ export default {
audioTitle: {
color: '#000',
fontSize: '0.875rem',
'&.songTitle': {
fontWeight: 400,
},
'&.songInfo': {
fontSize: '0.675rem',
color: '#b3b3b3',
},
},
songTitle: {
fontWeight: 400,
},
songInfo: {
fontSize: '0.675rem',
color: '#b3b3b3',
},
player: {},
},
+7 -7
View File
@@ -241,13 +241,13 @@ export default {
audioTitle: {
color: '#fff',
fontSize: '0.875rem',
'&.songTitle': {
fontWeight: 400,
},
'&.songInfo': {
fontSize: '0.675rem',
color: '#b3b3b3',
},
},
songTitle: {
fontWeight: 400,
},
songInfo: {
fontSize: '0.675rem',
color: '#b3b3b3',
},
player: {
border: '10px solid blue',