mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
remove unwanted css
This commit is contained in:
parent
8cdfac0367
commit
9ead560115
1 changed files with 0 additions and 22 deletions
|
@ -1,6 +1,3 @@
|
|||
.notice-2HEN-u {
|
||||
display: none;
|
||||
}
|
||||
[customTitlebar] .base-2jDfDU {
|
||||
border-top-left-radius: 8px;
|
||||
}
|
||||
|
@ -32,22 +29,3 @@
|
|||
[class|="listItem"]:has(+ [class|="listItem"] [data-list-item-id="guildsnav___app-download-button"]) {
|
||||
display: none;
|
||||
}
|
||||
/* Server List Scrollbar - https://github.com/kckarnige/server-scroll */
|
||||
.none-2-_0dP {
|
||||
scrollbar-width: auto !important;
|
||||
overflow-y: scroll !important;
|
||||
overflow-x: hidden !important;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.none-2-_0dP:hover::-webkit-scrollbar {
|
||||
width: 0.3em !important;
|
||||
border-radius: 25px;
|
||||
height: 0px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.none-2-_0dP::-webkit-scrollbar-thumb {
|
||||
background: var(--background-accent);
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue