mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Run prettier
This commit is contained in:
parent
7caed51fcc
commit
6538f5d650
@ -247,4 +247,4 @@ module.exports = `
|
||||
background-color: var(--main);
|
||||
}
|
||||
|
||||
`
|
||||
`
|
||||
|
||||
@ -183,8 +183,7 @@ export default {
|
||||
},
|
||||
MuiAppBar: {
|
||||
positionFixed: {
|
||||
boxShadow:
|
||||
'unset',
|
||||
boxShadow: 'unset',
|
||||
},
|
||||
colorSecondary: {
|
||||
backgroundColor: 'unset',
|
||||
@ -452,7 +451,8 @@ export default {
|
||||
content: {
|
||||
padding: '0 !important',
|
||||
background: `${modernColours['lighterBackground']} !important`,
|
||||
'&::before': { // Very bodgy!!
|
||||
'&::before': {
|
||||
// Very bodgy!!
|
||||
content: '""',
|
||||
backgroundColor: modernColours['lighterBackground'],
|
||||
color: modernColours['lighterBackground'],
|
||||
@ -471,7 +471,7 @@ export default {
|
||||
appFrame: {
|
||||
'@media (min-width: 0px)': {
|
||||
marginTop: '48px',
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
RaList: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user