diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-01 02:39:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-01 02:39:11 +0300 |
commit | ec144aaa8fb8c5a4b65e60bbc31a52d71d6e646a (patch) | |
tree | 27a5a684b2def43d0ba00fbb890ed26f572fb060 /modules/nixos/firefox/userContent.css | |
parent | 2023-05-21 (diff) |
2023-06-01
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userContent.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nixos/firefox/userContent.css b/modules/nixos/firefox/userContent.css index 2b515e3..a55d78f 100644 --- a/modules/nixos/firefox/userContent.css +++ b/modules/nixos/firefox/userContent.css @@ -330,3 +330,11 @@ background: inherit !important; } } + +@-moz-document regexp("https?://protondb\.com/app/.*") +{ + /* SteamDeck reports. */ + div[class*="GameReports__Container"]:nth-child(8) { + display: none !important; + } +} |