diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
commit | c52fc7e6f12b0bceda5853cb541728139f34fafe (patch) | |
tree | 57377c17b3c2e71070d7e9df8e5b0ebffab0a3e0 /modules/nixos/firefox/userContent.css | |
parent | 2023-06-01 (diff) |
2023-06-02
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userContent.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css index a55d78f..3903799 100644 --- a/modules/nixos/firefox/userContent.css +++ b/modules/nixos/firefox/userContent.css @@ -338,3 +338,12 @@ display: none !important; } } + +@-moz-document regexp("https?://open-vsx\.org/.*") +{ + MuiCollapse-container, + cc-window.cc-banner, + footer { + display: none !important; + } +} |