aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2020-01-14 17:40:50 -0500
committerFawn <fangrui_tong@brown.edu>2020-01-14 17:40:50 -0500
commit3cca58612cde96a3082ca8e190fe2166d531d556 (patch)
treef1689113a40b84d402af8132868dfb945f2a5d32 /src/mobile/MobileInterface.scss
parentb4c2d2add2b863060ce559e49b3953f24050f162 (diff)
drawn strokes get added to mobile ink collection
Diffstat (limited to 'src/mobile/MobileInterface.scss')
-rw-r--r--src/mobile/MobileInterface.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss
new file mode 100644
index 000000000..e4cc919a5
--- /dev/null
+++ b/src/mobile/MobileInterface.scss
@@ -0,0 +1,7 @@
+.mobileInterface-topButtons {
+ position: absolute;
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
+ z-index: 9999;
+} \ No newline at end of file