mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
changelog: added it!
This commit is contained in:
parent
0941ff1ee8
commit
b719b3f1a2
2 changed files with 48 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
border-radius: @panel_radius;
|
||||
display: flex;
|
||||
box-shadow: @bar_shadow;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.control-bar-padded {
|
||||
|
@ -13,6 +17,12 @@
|
|||
height: 44px;
|
||||
background: #222222;
|
||||
width: 3px;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
margin-left: -1px;
|
||||
margin-right: -1px;
|
||||
width: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.panel {
|
||||
|
@ -227,6 +237,10 @@
|
|||
background: #222222;
|
||||
border-radius: @panel_radius;
|
||||
box-shadow: @bar_shadow;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -405,6 +419,10 @@
|
|||
justify-content: center;
|
||||
box-shadow: @bar_shadow;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue