aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/voxer/service.css
blob: 58ed105ffedb8f7aff2082f064ff1035439836f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#topbar {
    display: none;
}

.content-container {
    width: 100%;
    height: 100%;
}

#content {
    height: 100%;
}

.block {
    height: calc(100% - 65px);
}