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

added tag autocomplete

This commit is contained in:
Fedor Katurov 2020-10-31 20:49:28 +07:00
parent 1414245a1a
commit 359cfaee7a
18 changed files with 375 additions and 80 deletions

View file

@ -23,7 +23,9 @@
justify-content: flex-start;
padding-left: $gap / 2;
min-width: 0;
position: relative;
z-index: 10;
@media (max-width: 1024px) {
padding-left: 0;
padding-top: $comment_height / 2;