From 751eb20fee3d0a6ddd510e73560e934eb18f68fd Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 21 Sep 2017 12:28:00 +0200 Subject: [PATCH] Don't show icon help labels when horizontal menu is hidden. #1678 @0:05 --- style/fluidbook.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index fd02a101..b8a1f4ad 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1241,6 +1241,10 @@ ul.chapters.shareList a.level0 .svg-icon { #icons { position: absolute; top: 0px; + + @media all and (max-width: @menu-breakpoint) { + display: none; + } } .portrait & .icon.afterSearch { -- 2.39.5