]> _ Git - fluidbook-html5.git/commitdiff
fix #2777 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 18:19:18 +0000 (20:19 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 18:19:18 +0000 (20:19 +0200)
style/fluidbook.less
style/variables.less

index e4a7bef3abd74b86cb76035760d5ebd84c6804aa..1eac57ca84e2dad64ef75252c6f8e2270bdd3033 100644 (file)
@@ -1350,6 +1350,15 @@ html.ios body.portrait #interface {
     height: @bookmark-corner-size;
     background-size: @bookmark-corner-size @bookmark-corner-size;
 
+    .mobilefirst & {
+      @media @large {
+        @w: unit(@bookmark-corner-size*0.5, px);
+        width: @w;
+        height: @w;
+        background-size: @w;
+      }
+    }
+
     &.left {
       left: @bookmark-corner-offset;
 
index 6e39967174e18d818c5b69c8f9d6cb1cdf293c30..3ecc0ba85e54cfd42629d9193e5b4b7e607a20ee 100644 (file)
@@ -1,4 +1,5 @@
 @import "book-variables";
 
 @font: 'Open Sans', Arial, Helvetica, sans-serif;
-@small: ~"screen and (max-width: 640px)";
\ No newline at end of file
+@small: ~"screen and (max-width: 640px)";
+@large: ~"screen and (min-width: 1280px)";
\ No newline at end of file