mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
fix Sidebar config buttons being below text
This commit is contained in:
parent
984cc78159
commit
05a0fb7dc8
1 changed files with 5 additions and 0 deletions
|
|
@ -397,6 +397,10 @@ html {
|
||||||
margin: 0px 8px;
|
margin: 0px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#spicetify-sidebar-config {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
.main-rootlist-statusIcons {
|
.main-rootlist-statusIcons {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|
@ -422,6 +426,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-rootlist-expandArrow {
|
.main-rootlist-expandArrow {
|
||||||
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue