aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-06-06 00:04:54 -0700
committerSam Wilkins <samwilkins333@gmail.com>2020-06-06 00:04:54 -0700
commit1a6feb447f9c4fd461ba02dc45a93e569a283be0 (patch)
tree2cadb27d639656f51ee7820589fe62cbf1716300 /src/mobile/MobileInterface.scss
parentcdc9c7e293a656573d49c4265b5867e34e8db7c8 (diff)
initial commit
Diffstat (limited to 'src/mobile/MobileInterface.scss')
-rw-r--r--src/mobile/MobileInterface.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss
index 4d86e208f..f75e60a37 100644
--- a/src/mobile/MobileInterface.scss
+++ b/src/mobile/MobileInterface.scss
@@ -16,4 +16,13 @@
height: 100%;
position: relative;
touch-action: none;
+ width: 100%;
+}
+
+.mobileInterface-background {
+ height: 100%;
+ width: 100%;
+ position: relative;
+ touch-action: none;
+ background-color: pink;
} \ No newline at end of file