1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +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 > & {
top: auto;
max-height: 50%;
max-width: 100%;
left: 0;
max-height: 100%;
max-width: 50%;
height: auto;
width: auto;
bottom: 0;
@ -174,13 +175,12 @@
.quadro > & {
top: auto;
left: auto;
max-height: 70%;
max-width: 50%;
height: auto;
width: auto;
bottom: 0;
right: 0;
left: 0;
}
}