aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-03-05 22:20:52 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-03-05 22:20:52 -0500
commitb667ac18c58cd022219bec091e59977107b5bd7d (patch)
treebf79b3ad5fa5c3ebd89383b1c7cc50e846697900 /src/mobile/MobileInterface.scss
parent45643918180f32f070f8d9f770c446b70c08548d (diff)
parent288e4d24b61d281819b7f0b5bb697edbcc9ed173 (diff)
Merge branch 'master' into audio_refactor
Diffstat (limited to 'src/mobile/MobileInterface.scss')
-rw-r--r--src/mobile/MobileInterface.scss19
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