mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
mobile: fixed breakpoints
This commit is contained in:
parent
1c014ec9fb
commit
c2651839df
7 changed files with 29 additions and 23 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue