summarylogtreecommitdiffstats
path: root/inject.css
blob: d533585ffe2ec12e4b03976d0c890da4247ae34d (plain)
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
.showShellHeader {
    display: none !important;
}

.withOfficeHeader {
    top: 0px !important;
}

#shellHeader.showShellHeader~.chrome {
    top: 0px !important;
    height: 100vh !important;
}

#shellHeader.showShellHeader~.contentViewPort {
    top: 0px !important;
    height: 100vh !important;
}

#shellHeader.showShellHeader~.boardLoadingScreen {
    top: 0px !important;
    height: 100vh !important;
}

#shellHeader.showShellHeader~.contentViewPort .drawingCanvas {
    height: 100vh !important;
}