remove unwanted css

This commit is contained in:
smartfridge 2022-12-24 19:51:11 +01:00
parent 8cdfac0367
commit 9ead560115

View file

@ -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;
}