From fef26e234dfdff2bcb791b77601d65570ceb6358 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 18 Feb 2024 08:00:34 -0500 Subject: [PATCH] Make the "untrusted sources" warning always visible It won't disappear when vertical space is restricted. --- src/1p-filters.html | 2 +- src/css/1p-filters.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/1p-filters.html b/src/1p-filters.html index bafa9922c..965972598 100644 --- a/src/1p-filters.html +++ b/src/1p-filters.html @@ -23,7 +23,7 @@
-

question-circle

+

question-circle

diff --git a/src/css/1p-filters.css b/src/css/1p-filters.css index 83e5ee00b..f6498c493 100644 --- a/src/css/1p-filters.css +++ b/src/css/1p-filters.css @@ -18,7 +18,7 @@ body { :root.mobile body { min-height: unset; } -[data-i18n="1pTrustWarning"] { +html:not(.mobile) [data-i18n="1pTrustWarning"] { font-weight: bold; } .codeMirrorContainer {