mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-24 11:52:54 +01:00
fix(Dribbblish): prioritize rootlist
padding (#795)
This commit is contained in:
parent
f98cd839b3
commit
54e006038c
@ -508,8 +508,8 @@ img.playlist-picture {
|
||||
}
|
||||
|
||||
.main-rootlist-rootlistItem {
|
||||
padding-left: calc(var(--indentation)*var(--left-sidebar-item-indentation-width));
|
||||
padding-right: 0;
|
||||
padding-left: calc(var(--indentation)*var(--left-sidebar-item-indentation-width)) !important;
|
||||
padding-right: 0 !important;
|
||||
transition: padding-left .5s ease;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user