mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed bound fitting
This commit is contained in:
parent
acedb845af
commit
4416fa5d64
4 changed files with 33 additions and 16 deletions
|
@ -14,8 +14,8 @@
|
|||
@red_primary: #ff7034;
|
||||
@red_secondary: #ff3344;
|
||||
|
||||
@panel_radius: 2px;
|
||||
@button_radius: 2px;
|
||||
@panel_radius: 6px;
|
||||
@button_radius: 6px;
|
||||
|
||||
@color_primary: #4597d0;
|
||||
@color_success: #7cd766;
|
||||
|
|
|
@ -14,14 +14,14 @@
|
|||
}
|
||||
|
||||
.control-sep {
|
||||
height: 44px;
|
||||
height: 36px;
|
||||
background: #222222;
|
||||
width: 3px;
|
||||
width: 6px;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
margin-left: -1px;
|
||||
margin-right: -1px;
|
||||
width: 4px;
|
||||
width: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue