]> _ Git - fluidbook-html5.git/commitdiff
Don't show icon help labels when horizontal menu is hidden. #1678 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Sep 2017 10:28:00 +0000 (12:28 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Sep 2017 10:28:00 +0000 (12:28 +0200)
style/fluidbook.less

index fd02a101e9bb3e187c982bf55ed8461d60b41a61..b8a1f4adffc6b9ec2dcc71e721437730f1552e3f 100644 (file)
@@ -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 {