fixed bound fitting

This commit is contained in:
Integral Team 2019-09-11 16:00:58 +07:00
parent acedb845af
commit 4416fa5d64
4 changed files with 33 additions and 16 deletions

View file

@ -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;

View file

@ -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;
}
}