diff options
author | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
commit | 4c90b15a84eea1f64d088fd0db988c63daafa1f9 (patch) | |
tree | 2da975946051c5b3bd2351ca0c58bff5258ce51d /data/extensions/uBlock0@raymondhill.net/css/whitelist.css | |
parent | c939d76c33294791cce8ce1722bd6747dadbe31f (diff) | |
download | gnuzilla-patch.tar.gz |
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/css/whitelist.css')
-rw-r--r-- | data/extensions/uBlock0@raymondhill.net/css/whitelist.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/css/whitelist.css b/data/extensions/uBlock0@raymondhill.net/css/whitelist.css new file mode 100644 index 0000000..3248a77 --- /dev/null +++ b/data/extensions/uBlock0@raymondhill.net/css/whitelist.css @@ -0,0 +1,23 @@ +html { + height: 100vh; + height: 100svh; + overflow: hidden; + width: 100vw; + } +body { + display: flex; + flex-direction: column; + height: 100%; + justify-content: stretch; + overflow: hidden; + width: 100%; + } +.body { + flex-shrink: 0; + } +.codeMirrorContainer { + flex-grow: 1; + } +#whitelist { + text-align: left; + } |