changelog: added it!

This commit is contained in:
muerwre 2018-12-07 15:59:38 +07:00
parent 0941ff1ee8
commit b719b3f1a2
2 changed files with 48 additions and 0 deletions

View file

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