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
src/styles

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