aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/fileview.css
blob: 3f1a42b9e7047c053ee56ccfbb042bfda550e75f (plain) (blame)
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
28
29
30
31
32
html, body {
    max-width: 100vw;
    overflow: visible;
}

.preview, .modify, .switch, .settings {
    display: none;
}

.prettyprint, .preview {
    position: absolute;
    height: 100%;
    max-width: 100vmin;
    border: none !important;
    overflow: visible;
}

.icon, .italic, .bold, .header {
    font-size: 20px;
}

.italic:after {
    content: "I"
}

.bold:after {
    content: "B"
}

.header:after {
    content: "H"
}