mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
fix(Dribbblish): remove sidebar padding for Linux
This commit is contained in:
parent
c7279bacee
commit
708fd36a1e
@ -563,6 +563,12 @@ li.GlueDropTarget {
|
|||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Linux-specific remove padding */
|
||||||
|
.spotify__container--is-desktop:not(.fullscreen).spotify__os--is-linux .main-navBar-entryPoints,
|
||||||
|
.spotify__container--is-desktop:not(.fullscreen).spotify__os--is-linux .main-navBar-navBar {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/** Custom elements */
|
/** Custom elements */
|
||||||
#dribbblish-sidebar-fade-in {
|
#dribbblish-sidebar-fade-in {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user