-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
19 lines (19 loc) · 805 Bytes
/
base.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
nav[class*="guilds_"]>ul[class*="tree_"]>div[class*="none_"] {
scrollbar-width: auto !important;
overflow-y: scroll !important;
overflow-x: hidden !important;
}
nav[class*="guilds_"]>ul[class*="tree_"]:hover>div[class*="none_"]::-webkit-scrollbar {
width: 0.30em !important;
border-radius: 25px;
height: 0px !important;
background: var(--scrollbar-thin-track) !important;
}
nav[class*="guilds_"]>ul[class*="tree_"]>div[class*="none_"]::-webkit-scrollbar-thumb {
background: var(--background-modifier-selected);
border-radius: 25px;
}
/* Should fix any weird shifting caused by plugins that add things to the sidebar, or mini */
nav[class*="guilds_"]>ul[class*="tree_"]:hover>div[class*="scroller_"]>:not(:has([class*="wrapper_"])){
transform: translateX(0.14em);
}