mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Fix sidebar scroll height (#1338)
* Fix sidebar scroll height * Prettier Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c2251e6ddc
commit
2e921cd793
@ -426,6 +426,9 @@ export default {
|
||||
},
|
||||
},
|
||||
RaSidebar: {
|
||||
root: {
|
||||
height: 'initial',
|
||||
},
|
||||
drawerPaper: {
|
||||
'@media (min-width: 0px) and (max-width: 599.95px)': {
|
||||
backgroundColor: `${bLight['500']} !important`,
|
||||
|
||||
@ -326,6 +326,11 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
RaSidebar: {
|
||||
root: {
|
||||
height: 'initial',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
theme: 'dark',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user