]> _ Git - fluidbook-html5.git/commitdiff
wip #4104 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Dec 2020 08:28:20 +0000 (09:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Dec 2020 08:28:20 +0000 (09:28 +0100)
style/fluidbook.less
style/print.less

index c874551fc3f3c8dd1efa6f8383f448f4aa2c61db..80e73d29a78b6b5283f114543cdda8266f71be1d 100644 (file)
@@ -1523,6 +1523,15 @@ html.ios body.portrait #interface {
 
   transition: opacity @menutransition, top @menutransition;
 
+  &[data-menu="index"] {
+    .content {
+      overflow-x: hidden;
+    }
+    .ps__rail-x{
+      display: none;
+    }
+  }
+
   &[data-menu="multimedia"], &[data-menu="webvideo"], &[data-menu="video"], &[data-menu="externalchapters"], &[data-menu="iframe"], &[data-menu="text"], &[data-menu="zoomhd"] {
     .caption {
       height: 0;
@@ -1939,7 +1948,9 @@ form input[type="text"], form input[type="email"] {
   height: @thumb-height;
 
   &.left {
-    margin-right: 10px;
+    .ltr & {
+      margin-right: 10px;
+    }
   }
 
   &.simple {
@@ -2091,7 +2102,7 @@ form input[type="text"], form input[type="email"] {
     }
 
     .rtl & {
-      margin-right: 0;
+      margin-right: @thumb-width;
     }
   }
 
index 2a90b0bb458a599ffba7e5c5eb9a2ae5ae230e03..08ca53683e132a6c9d8d7756cf335178819740cf 100644 (file)
     }
   }
 
+  .thumb.left{
+
+  }
+
   // Blank pages
   .thumb.blank {
     width: @thumb-width;