diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
| commit | e8fcbbf57b2a2f443d9c280ce10558cf9d51c632 (patch) | |
| tree | 6086e3bb7628734c7c6076e900dae3cbaeb5bc61 /src/mobile/MobileInterface.scss | |
| parent | 28efd6f2b5b79d1f25fa66e5d9f69d77a7594fee (diff) | |
can upload collection from mobile to desktop
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss index 8abe5a40d..8b0ebcd53 100644 --- a/src/mobile/MobileInterface.scss +++ b/src/mobile/MobileInterface.scss @@ -1,7 +1,15 @@ .mobileInterface-inkInterfaceButtons { position: absolute; + top: -50px; display: flex; justify-content: space-between; width: 100%; z-index: 9999; + height: 50px; +} + +.mobileInterface-container { + height: calc(100% - 50px); + margin-top: 50px; + position: relative; }
\ No newline at end of file |
