aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-05-26 23:09:56 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-05-26 23:09:56 -0700
commit88593faa4777b622ed5a3208f6462cf7b307b83a (patch)
tree7506cc6c481de1614824bd77b6ca0e2dd89328b8 /src/mobile/MobileInterface.scss
parent4a3fe3e00cde9c9afe798686367468d85606b972 (diff)
pulled from master
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