aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/threema/service.css
blob: 6b15306bff8d8fde3308c5ef102574343b0f2fca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
header, #status-bar {
    display: none;
}

div#main-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    max-width: 100% !important;
}
div#main {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
}