From 9ead5601159c88fe63dda56245eaa402013ea8d9 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 24 Dec 2022 19:51:11 +0100 Subject: [PATCH] remove unwanted css --- src/content/css/discord.css | 22 ---------------------- 1 file changed, 22 deletions(-) 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; -}