diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 17:32:59 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 17:32:59 -0400 |
| commit | d020ab540abaf279414aa682c8930a4b280ace55 (patch) | |
| tree | 2cab1b330659a97664af86e34f52d2d1b0ed49e1 /src/mobile/MobileInterface.scss | |
| parent | 4ecf08b5c5cdc4ddb3a997e2f3a2188e921ff430 (diff) | |
| parent | 6b2896756c55727ed397c223187cb03fe8a51a59 (diff) | |
merged with master
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss new file mode 100644 index 000000000..4d86e208f --- /dev/null +++ b/src/mobile/MobileInterface.scss @@ -0,0 +1,19 @@ +.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; + touch-action: none; +}
\ No newline at end of file |
