aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.scss
blob: 8b0ebcd5327bcf4c76ac3bb3d308cb517dfae09e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.mobileInterface-inkInterfaceButtons {
    position: absolute;
    top: -50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 9999;
    height: 50px;
}

.mobileInterface-container {
    height: calc(100% - 50px);
    margin-top: 50px;
    position: relative;
}