1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed shadows, added author panel

This commit is contained in:
Fedor Katurov 2021-09-22 14:18:09 +07:00
parent c1279c538a
commit f2fbca80e1
21 changed files with 209 additions and 55 deletions

View file

@ -38,7 +38,6 @@
justify-content: center;
box-sizing: border-box;
min-width: 0;
background-color: $content_bg;
&:global(.stack) {
padding: 0 $gap;
@ -59,12 +58,10 @@
justify-content: stretch;
border-radius: $radius $radius 0 0;
box-sizing: border-box;
padding: $gap $gap;
padding: $gap;
height: 64px;
min-width: 0;
@include outer_shadow();
@include tablet {
border-radius: 0;
height: auto;