Improve small screen detection in toolbar
parent
0044d622f1
commit
dc6ca9098e
|
@ -507,7 +507,8 @@
|
|||
}
|
||||
}
|
||||
.cp-toolbar-top {
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
@media screen and (max-width: @browser_media-medium-screen),
|
||||
screen and (max-height: 500px) {
|
||||
flex-wrap: wrap;
|
||||
height: @toolbar_line-height;
|
||||
.cp-pad-not-pinned {
|
||||
|
|
Loading…
Reference in New Issue