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

flow appearance

This commit is contained in:
Fedor Katurov 2019-10-23 16:54:28 +07:00
parent 428930497e
commit b4147231e7

View file

@ -165,8 +165,9 @@
.horizontal > & { .horizontal > & {
top: auto; top: auto;
max-height: 50%; left: 0;
max-width: 100%; max-height: 100%;
max-width: 50%;
height: auto; height: auto;
width: auto; width: auto;
bottom: 0; bottom: 0;
@ -174,13 +175,12 @@
.quadro > & { .quadro > & {
top: auto; top: auto;
left: auto;
max-height: 70%; max-height: 70%;
max-width: 50%; max-width: 50%;
height: auto; height: auto;
width: auto; width: auto;
bottom: 0; bottom: 0;
right: 0; left: 0;
} }
} }