From ed734336dc071307620dbb37bf5e52209168f09f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 31 Aug 2017 10:57:41 +0200 Subject: [PATCH] Fix toolbar menu in 1024px > width > 768px --- skins/elastic/styles/layout.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less index 3e9c2d642..a81a2df20 100644 --- a/skins/elastic/styles/layout.less +++ b/skins/elastic/styles/layout.less @@ -186,7 +186,10 @@ html.iframe body { line-height: @layout-touch-header-height; height: @layout-touch-header-height; font-size: @layout-touch-header-font-size; + } + body > #layout > div:not(.content) > .header, + body > #layout > div:not(.content) > .footer { a.button:before { font-size: 1.75rem; height: @layout-touch-header-height;