]> _ Git - fluidbook-html5.git/commitdiff
wait #4017 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Oct 2020 17:22:47 +0000 (18:22 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Oct 2020 17:22:47 +0000 (18:22 +0100)
style/fluidbook.less
style/print.less

index e9f4c1b2274770d7a07e0d665e189ba404450db1..879a8c21002899aaa592625c11e1db4039a69a24 100644 (file)
@@ -1643,7 +1643,6 @@ html.ios body.portrait #interface {
 
           &.left {
             margin-right: @w;
-
           }
 
           &.right {
@@ -2068,7 +2067,12 @@ form input[type="text"], form input[type="email"] {
   }
 
   &.left {
-    margin-right: @thumb-width;
+    .ltr & {
+      margin-right: @thumb-width;
+    }
+    .rtl &{
+      margin-right: 0;
+    }
   }
 
   @extrashadowheight: min(22, @thumb-height * 0.2);
index e4c141f81b2fca5c8b770908020e684c91b4d080..2a90b0bb458a599ffba7e5c5eb9a2ae5ae230e03 100644 (file)
 
   .thumb.right {
     left: @thumb-width; // Override default so there's no gap between pages
+
+    .rtl & {
+      left: 0;
+    }
   }
 
   // Blank pages
 
       &[for="allPages"] {
         .doubleThumb {
-          left: @thumb-width;
+          left: 0;
         }
       }
     }