mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-06 00:16:40 +07:00
fixed bound fitting
This commit is contained in:
parent
acedb845af
commit
4416fa5d64
4 changed files with 33 additions and 16 deletions
src/styles
|
@ -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