mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
0a16e600eb
commit
be66d9fc6d
8 changed files with 40 additions and 19 deletions
|
@ -412,7 +412,9 @@ div[class^="sidebar_"]:not(:has(> [class^="side_"]))
|
|||
|
||||
[class^="scroller_"]::-webkit-scrollbar-button:single-button:active,
|
||||
[class*="scrollerBase_"]::-webkit-scrollbar-button:single-button:active {
|
||||
box-shadow: inset 1px 1px var(--secondary), inset -1px -1px var(--secondary);
|
||||
box-shadow:
|
||||
inset 1px 1px var(--secondary),
|
||||
inset -1px -1px var(--secondary);
|
||||
}
|
||||
[class^="scroller_"]:not(
|
||||
[class*="thin_"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue