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:
parent
b794a44c4f
commit
ee6ec97ea7
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue