Improve small screen detection in toolbar

pull/1/head
yflory 2019-11-21 11:24:51 +01:00
parent 0044d622f1
commit dc6ca9098e
1 changed files with 2 additions and 1 deletions

View File

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