gnuzilla

GNUzilla and IceCat
git clone https://git.awy.one/gnuzilla
Log | Files | Refs | README | LICENSE

advanced-settings.css (491B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;
    }
#advancedSettings {
    border: var(--default-gap-xxsmall) solid var(--surface-2);
    text-align: left;
    }
.CodeMirror-wrap pre {
    word-break: break-all;
    }