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',
|
backgroundColor: 'white',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaSearchInput: {
|
|
||||||
input: {
|
|
||||||
'& :after': {
|
|
||||||
display: 'block',
|
|
||||||
content: "''",
|
|
||||||
backgroundColor: 'red',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
RaFilterButton: {
|
RaFilterButton: {
|
||||||
root: {
|
root: {
|
||||||
textWrap: 'nowrap',
|
textWrap: 'nowrap',
|
||||||
@ -451,9 +442,8 @@ export default {
|
|||||||
outline: '1px solid black',
|
outline: '1px solid black',
|
||||||
},
|
},
|
||||||
'& a:hover > div:nth-of-type(2)': {
|
'& a:hover > div:nth-of-type(2)': {
|
||||||
borderLeft: 'none',
|
border: 'none',
|
||||||
borderRight: 'none',
|
outline: '1px solid black'
|
||||||
borderBottom: 'none',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
albumLink: {
|
albumLink: {
|
||||||
@ -483,6 +473,9 @@ export default {
|
|||||||
titleWrap: {
|
titleWrap: {
|
||||||
marginLeft: '0px',
|
marginLeft: '0px',
|
||||||
},
|
},
|
||||||
|
titlePositionBottom: {
|
||||||
|
bottom: '0'
|
||||||
|
},
|
||||||
subtitle: {
|
subtitle: {
|
||||||
'& button': {
|
'& button': {
|
||||||
color: 'black!important',
|
color: 'black!important',
|
||||||
@ -663,16 +656,9 @@ export default {
|
|||||||
},
|
},
|
||||||
MuiCssBaseline: {
|
MuiCssBaseline: {
|
||||||
'@global': {
|
'@global': {
|
||||||
body: {
|
|
||||||
display: 'none',
|
|
||||||
},
|
|
||||||
'*::-webkit-scrollbar': {
|
'*::-webkit-scrollbar': {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
},
|
},
|
||||||
'*::-webkit-scrollbar-track': {
|
|
||||||
background: 'red',
|
|
||||||
backgroundColor: 'red',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiBackdrop: {
|
MuiBackdrop: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user