1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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 {
align-items: stretch !important;
@include vertical_at_tablet;
}
@ -11,6 +10,10 @@
align-items: stretch;
justify-content: flex-start;
flex-direction: column;
@media (max-width: 1024px) {
flex: 2 1;
}
}
.panel {
@ -21,16 +24,13 @@
padding-left: $gap / 2;
min-width: 0;
@include tablet {
@media (max-width: 1024px) {
padding-left: 0;
padding-top: $comment_height / 2;
flex: 1 2;
}
}
.node {
// background: $node_bg;
// box-shadow: $node_shadow;
}
.buttons {
background: $node_buttons_bg;
flex: 1;