From 335aeceb53dcc9469396bb6009fc16fab2f99354 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 1 Dec 2020 09:28:20 +0100 Subject: [PATCH] wip #4104 @0:20 --- style/fluidbook.less | 15 +++++++++++++-- style/print.less | 4 ++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index c874551f..80e73d29 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -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; } } diff --git a/style/print.less b/style/print.less index 2a90b0bb..08ca5368 100644 --- a/style/print.less +++ b/style/print.less @@ -46,6 +46,10 @@ } } + .thumb.left{ + + } + // Blank pages .thumb.blank { width: @thumb-width; -- 2.39.5