diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-20 11:51:52 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-20 11:51:52 +0000 |
| commit | 6ac8a43e28e11c6970ec62733a551f41ce04e80c (patch) | |
| tree | 203206877a3383205644bc4a447ed39e1e0c87e1 /src/App.scss | |
| parent | 099bac517af630a94ae049d0f357c9389144cf2b (diff) | |
| parent | 90c8d802790b29572423c680d7bd6af656c99ded (diff) | |
Merge branch 'fix/style-fixes-again' into 'develop'
More style fixes
See merge request pleroma/pleroma-fe!167
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 5a117f04..9aa3ee98 100644 --- a/src/App.scss +++ b/src/App.scss @@ -127,7 +127,7 @@ main-router { margin: 0.5em; border-radius: 10px; - box-shadow: 1px 1px 3px rgba(0,0,0,.5); + box-shadow: 1px 1px 4px rgba(0,0,0,.6); overflow: hidden; } @@ -160,8 +160,8 @@ main-router { #content { margin: auto; + min-height: 100vh; max-width: 980px; - border-radius: 10px; padding-bottom: 1em; background-color: rgba(0,0,0,0.1); } @@ -176,6 +176,7 @@ main-router { nav { z-index: 1000; + box-shadow: 0px 0px 4px rgba(0,0,0,.6); } .fade-enter-active, .fade-leave-active { |
