Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders.

This commit is contained in:
shpuld 2017-11-20 13:03:02 +02:00
parent 092848b32b
commit 95cbd19254
4 changed files with 12 additions and 19 deletions

View file

@ -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);
}