diff --git a/src/content/css/discord.css b/src/content/css/discord.css index 0567880..638954b 100644 --- a/src/content/css/discord.css +++ b/src/content/css/discord.css @@ -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; -}