diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-16 09:50:36 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-16 09:50:36 -0700 |
| commit | fe2e0bd58ea9558b710d8fb8037ec72065efa882 (patch) | |
| tree | 1a621bd93a6298cf71baf52d2900d68d26f26ae6 /src/mobile/MobileMenu.scss | |
| parent | 6d68abf588f7b6182a62b74882d1fdc09b2b0230 (diff) | |
| parent | 4b1dc65c9e0bb917c1f1f780f8a63fc0c91b4ad6 (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'src/mobile/MobileMenu.scss')
| -rw-r--r-- | src/mobile/MobileMenu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mobile/MobileMenu.scss b/src/mobile/MobileMenu.scss index cd531056e..e5703c5fb 100644 --- a/src/mobile/MobileMenu.scss +++ b/src/mobile/MobileMenu.scss @@ -259,7 +259,7 @@ body { } .docButtonContainer { - top: 90%; + top: 80%; position: absolute; display: flex; transform: translate(-50%, 0); @@ -309,7 +309,7 @@ body { width: 200px; left: 0px; top: 0px; - background-image: linear-gradient(to right, #1a1a1a, rgba(255, 0, 0, 0)); + background-image: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, 0)); text-align: center; user-select: none; z-index: 99; |
