1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixing dialogs

This commit is contained in:
muerwre 2019-08-02 18:02:36 +07:00
parent 80fc6523b7
commit 9220f09fe5
6 changed files with 77 additions and 10 deletions

View file

@ -26,6 +26,7 @@
justify-content: stretch;
flex-direction: column;
flex: 1;
@include outer_shadow();
}
@ -69,7 +70,7 @@
.uploads {
flex: 1;
padding: $gap;
padding-bottom: 0;
// padding-bottom: 0;
display: grid;
align-items: center;
justify-content: center;