mobile: fixed breakpoints

This commit is contained in:
muerwre 2018-12-11 12:55:45 +07:00
parent 1c014ec9fb
commit c2651839df
7 changed files with 29 additions and 23 deletions

View file

@ -165,7 +165,7 @@
.panel-user {
@media (max-width: @mobile_breakpoint) {
z-index: 1;
z-index: 3;
flex-direction: column-reverse;
.control-sep {
@ -173,6 +173,10 @@
height: 10px;
}
}
@media (max-width: @micro_breakpoint) {
bottom: 68px;
}
}
.control-dialog {
@ -190,6 +194,11 @@
top: 52px;
}
&.left {
right: auto;
left: 10px;
}
&.control-dialog-big {
min-width: 555px;
@ -215,7 +224,7 @@
}
&.control-dialog-small {
min-width: 312px;
min-width: 270px;
@media (max-width: @mobile_breakpoint) {
min-width: 100%;