summaryrefslogtreecommitdiffstats
path: root/src/css/1p-filters.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/1p-filters.css')
-rw-r--r--src/css/1p-filters.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/css/1p-filters.css b/src/css/1p-filters.css
index 679e4b8..9e087cb 100644
--- a/src/css/1p-filters.css
+++ b/src/css/1p-filters.css
@@ -1,5 +1,6 @@
html {
height: 100vh;
+ height: 100svh;
overflow: hidden;
width: 100vw;
}
@@ -14,7 +15,11 @@ body {
.body {
flex-shrink: 0;
}
-[data-i18n="1pTrustWarning"] {
+/* https://github.com/uBlockOrigin/uBlock-issues/issues/3058 */
+:root.mobile body {
+ min-height: unset;
+ }
+html:not(.mobile) [data-i18n="1pTrustWarning"] {
font-weight: bold;
}
.codeMirrorContainer {