mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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;
|
||||
}
|
||||
|
||||
#spicetify-sidebar-config {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.main-rootlist-statusIcons {
|
||||
z-index: 1;
|
||||
inset: 0;
|
||||
|
|
@ -422,6 +426,7 @@ html {
|
|||
}
|
||||
|
||||
.main-rootlist-expandArrow {
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 12px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue