diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-08 20:56:47 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-08 20:56:47 -0400 |
| commit | 051aefd6455ccda271377913a486e923aef40efd (patch) | |
| tree | f33e1a52b72bf066e93415a12f47ed74a62f5b4a /src/mobile/MobileInterface.scss | |
| parent | 9a795d09127d10f23e3992f899265fd227e49af4 (diff) | |
| parent | b21db9d40c1619df5455ba8ffe3ef76913cc92de (diff) | |
Merge branch 'master' into script_documents
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 |
