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

title appearance fixed

This commit is contained in:
Fedor Katurov 2020-04-08 12:19:56 +07:00
parent a517eca37d
commit 4ebeed76aa
7 changed files with 37 additions and 48 deletions

View file

@ -50,6 +50,4 @@
flex: 1;
border-radius: $panel_radius;
box-shadow: $comment_shadow;
//position: relative;
//top: -64px
}

View file

@ -1,8 +1,6 @@
.wrap {
justify-content: flex-start;
align-items: flex-start !important;
// min-height: 64px;
// padding: $gap;
box-sizing: border-box;
position: relative;
}