diff options
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; + } |