mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
cleanup
This commit is contained in:
parent
a45fb71ee1
commit
dcd75267bb
@ -316,15 +316,6 @@ export default {
|
||||
backgroundColor: 'white',
|
||||
},
|
||||
},
|
||||
RaSearchInput: {
|
||||
input: {
|
||||
'& :after': {
|
||||
display: 'block',
|
||||
content: "''",
|
||||
backgroundColor: 'red',
|
||||
},
|
||||
},
|
||||
},
|
||||
RaFilterButton: {
|
||||
root: {
|
||||
textWrap: 'nowrap',
|
||||
@ -451,9 +442,8 @@ export default {
|
||||
outline: '1px solid black',
|
||||
},
|
||||
'& a:hover > div:nth-of-type(2)': {
|
||||
borderLeft: 'none',
|
||||
borderRight: 'none',
|
||||
borderBottom: 'none',
|
||||
border: 'none',
|
||||
outline: '1px solid black'
|
||||
},
|
||||
},
|
||||
albumLink: {
|
||||
@ -483,6 +473,9 @@ export default {
|
||||
titleWrap: {
|
||||
marginLeft: '0px',
|
||||
},
|
||||
titlePositionBottom: {
|
||||
bottom: '0'
|
||||
},
|
||||
subtitle: {
|
||||
'& button': {
|
||||
color: 'black!important',
|
||||
@ -663,16 +656,9 @@ export default {
|
||||
},
|
||||
MuiCssBaseline: {
|
||||
'@global': {
|
||||
body: {
|
||||
display: 'none',
|
||||
},
|
||||
'*::-webkit-scrollbar': {
|
||||
display: 'none',
|
||||
},
|
||||
'*::-webkit-scrollbar-track': {
|
||||
background: 'red',
|
||||
backgroundColor: 'red',
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiBackdrop: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user