commit 8286e21ee86e83a9f0137c5e4b523980708f4292
parent a108737dde4380951903c77f102df270456f51cf
Author: awy <awy@awy.one>
Date: Fri, 25 Jul 2025 15:10:21 +0300
clean ui
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/userChrome.css b/userChrome.css
@@ -685,7 +685,7 @@ notification-message {
outline: none !important;
box-shadow: none !important;
-}
+}
#reader-mode-button { display: none !important; }
#translations-button { display: none !important; }
@@ -798,3 +798,11 @@ scrollcorner {
box-shadow: none !important;
border-top: none !important;
}
+
+.tools-and-extensions.actions-list {
+ display: none !important;
+}
+
+#sidebar-tools-and-extensions-splitter {
+ display: none !important;
+}