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

flow fixes for mobile

This commit is contained in:
Fedor Katurov 2019-10-23 17:08:52 +07:00
parent 4b05aef7e7
commit 4facd1f148

View file

@ -43,6 +43,10 @@
z-index: 1; z-index: 1;
border-radius: 0 0 $radius $radius; border-radius: 0 0 $radius $radius;
} }
@media (max-width: $cell * 2 + $grid_line) {
display: none;
}
} }
.title, .title,
@ -130,6 +134,7 @@
pointer-events: none; pointer-events: none;
touch-action: none; touch-action: none;
@media (min-width: $cell * 2 + $grid_line) {
.vertical > &, .vertical > &,
.horizontal > &, .horizontal > &,
.quadro > & { .quadro > & {
@ -183,6 +188,7 @@
left: 0; left: 0;
} }
} }
}
.menu { .menu {
position: absolute; position: absolute;
@ -209,7 +215,7 @@
} }
} }
@media (max-width: $cell * 2) { @media (max-width: $cell * 2 + $grid_line) {
right: 0; right: 0;
top: 0; top: 0;
} }