diff options
| author | Hannah <hannah_chow@brown.edu> | 2020-02-11 06:22:04 -0500 |
|---|---|---|
| committer | Hannah <hannah_chow@brown.edu> | 2020-02-11 06:22:04 -0500 |
| commit | 74ca8ac01e32faa8adab54ddfd806fe46cda03ec (patch) | |
| tree | 5895758a2b182d769fdd9bcb7b6fc23fdeac9377 /src/mobile/MobileInterface.scss | |
| parent | dba26063754e6a882c8a3eb238b04a935989f406 (diff) | |
refined upload interaction
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss index 8b0ebcd53..8083e5760 100644 --- a/src/mobile/MobileInterface.scss +++ b/src/mobile/MobileInterface.scss @@ -1,15 +1,18 @@ .mobileInterface-inkInterfaceButtons { position: absolute; - top: -50px; + top: 0px; display: flex; justify-content: space-between; width: 100%; z-index: 9999; height: 50px; + + .mobileInterface-button { + height: 100%; + } } .mobileInterface-container { height: calc(100% - 50px); - margin-top: 50px; position: relative; }
\ No newline at end of file |
