diff options
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/css/1p-filters.css')
-rw-r--r-- | data/extensions/uBlock0@raymondhill.net/css/1p-filters.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/css/1p-filters.css b/data/extensions/uBlock0@raymondhill.net/css/1p-filters.css new file mode 100644 index 0000000..6e44948 --- /dev/null +++ b/data/extensions/uBlock0@raymondhill.net/css/1p-filters.css @@ -0,0 +1,33 @@ +html { + height: 100vh; + height: 100svh; + overflow: hidden; + width: 100vw; + } +body { + display: flex; + flex-direction: column; + height: 100%; + justify-content: stretch; + overflow: hidden; + overflow-y: auto; + width: 100%; + } +.body { + flex-shrink: 0; + } +/* https://github.com/uBlockOrigin/uBlock-issues/issues/3058 */ +:root.mobile body { + min-height: unset; + } +html:not(.mobile) [data-i18n="1pTrustWarning"] { + font-weight: bold; + } +.codeMirrorContainer { + flex-grow: 1; + } +#userFilters { + min-height: 8em; + text-align: left; + word-wrap: normal; + } |