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

fixed mobile breakpoints

This commit is contained in:
Fedor Katurov 2020-04-29 18:57:31 +07:00
parent b794a44c4f
commit ee6ec97ea7

View file

@ -1,6 +1,5 @@
.content { .content {
align-items: stretch !important; align-items: stretch !important;
@include vertical_at_tablet; @include vertical_at_tablet;
} }
@ -11,6 +10,10 @@
align-items: stretch; align-items: stretch;
justify-content: flex-start; justify-content: flex-start;
flex-direction: column; flex-direction: column;
@media (max-width: 1024px) {
flex: 2 1;
}
} }
.panel { .panel {
@ -21,16 +24,13 @@
padding-left: $gap / 2; padding-left: $gap / 2;
min-width: 0; min-width: 0;
@include tablet { @media (max-width: 1024px) {
padding-left: 0; padding-left: 0;
padding-top: $comment_height / 2;
flex: 1 2;
} }
} }
.node {
// background: $node_bg;
// box-shadow: $node_shadow;
}
.buttons { .buttons {
background: $node_buttons_bg; background: $node_buttons_bg;
flex: 1; flex: 1;