Reorganize AudioTitle classes.
Should fix https://github.com/web-scrobbler/web-scrobbler/issues/2828
This commit is contained in:
@@ -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: {},
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user