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

    .mobileInterface-button {
        height: 100%;
    }
}

.mobileInterface-container {
    height: 100%;
    position: relative;
}