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:
parent
092848b32b
commit
95cbd19254
4 changed files with 12 additions and 19 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue