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);
|
background-color: var(--main);
|
||||||
}
|
}
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|||||||
@ -183,8 +183,7 @@ export default {
|
|||||||
},
|
},
|
||||||
MuiAppBar: {
|
MuiAppBar: {
|
||||||
positionFixed: {
|
positionFixed: {
|
||||||
boxShadow:
|
boxShadow: 'unset',
|
||||||
'unset',
|
|
||||||
},
|
},
|
||||||
colorSecondary: {
|
colorSecondary: {
|
||||||
backgroundColor: 'unset',
|
backgroundColor: 'unset',
|
||||||
@ -452,7 +451,8 @@ export default {
|
|||||||
content: {
|
content: {
|
||||||
padding: '0 !important',
|
padding: '0 !important',
|
||||||
background: `${modernColours['lighterBackground']} !important`,
|
background: `${modernColours['lighterBackground']} !important`,
|
||||||
'&::before': { // Very bodgy!!
|
'&::before': {
|
||||||
|
// Very bodgy!!
|
||||||
content: '""',
|
content: '""',
|
||||||
backgroundColor: modernColours['lighterBackground'],
|
backgroundColor: modernColours['lighterBackground'],
|
||||||
color: modernColours['lighterBackground'],
|
color: modernColours['lighterBackground'],
|
||||||
@ -471,7 +471,7 @@ export default {
|
|||||||
appFrame: {
|
appFrame: {
|
||||||
'@media (min-width: 0px)': {
|
'@media (min-width: 0px)': {
|
||||||
marginTop: '48px',
|
marginTop: '48px',
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaList: {
|
RaList: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user