diff --git a/customize.dist/src/less2/include/browser.less b/customize.dist/src/less2/include/browser.less index 633417574..5cdd9b070 100644 --- a/customize.dist/src/less2/include/browser.less +++ b/customize.dist/src/less2/include/browser.less @@ -10,6 +10,6 @@ @browser_media-not-big: 800px; @browser_media-not-small: 801px; -@browser_media-short-screen: 450px; +@browser_media-short-screen: 500px; @browser_media-narrow-screen: 400px; @browser_media-medium-screen: 600px; diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index cde1ea1d7..3d4e5b13d 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -514,7 +514,7 @@ } @media screen and (max-width: @browser_media-medium-screen), - screen and (max-height: 500px) { + screen and (max-height: @browser_media-short-screen) { flex-wrap: wrap; height: @toolbar_line-height; .cp-toolbar-top-filler { @@ -873,8 +873,8 @@ // width: 100%; // } } - @media screen and (max-height: @browser_media-medium-screen), - screen and (max-width: @browser_media-medium-screen) { + @media screen and (max-width: @browser_media-medium-screen), + screen and (max-height: @browser_media-short-screen) { a.cp-toolbar-link-logo { svg { width: @variables_icon_width;