aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-20 13:03:02 +0200
committershpuld <shp@cock.li>2017-11-20 13:03:02 +0200
commit95cbd19254c0d84acb8b52fc28656dd9a9861c03 (patch)
tree3e21883b08ebc24c7eecdb760223d533dde13692 /src/App.scss
parent092848b32b1abb165ce43e13781b7912a3e73a0c (diff)
Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss
index 5a117f04..e1b2d09b 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);
}