From 3ca7310abd7e54d9c5a0b1c89eaff98a17b5b940 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 25 Aug 2020 15:44:37 +0200 Subject: [PATCH] wait #3852 @0.5 --- style/fluidbook.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 599fd7af..2ecc8395 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1274,12 +1274,15 @@ html.ios body.portrait #interface { &.textLink { white-space: nowrap; - &[data-animations] { transform-origin: 0 100%; opacity: 0; } } + + &[data-animation-hide] { + display: none; + } } @links-area-color: fadeout(@links-color, 70%); @@ -2001,7 +2004,7 @@ form input[type="text"], form input[type="email"] { margin-right: @thumb-width; } - @extrashadowheight: min(22, @thumb-height*0.2); + @extrashadowheight: min(22, @thumb-height * 0.2); @shade-height: unit(@thumb-height+@extrashadowheight, px); &:before { -- 2.39.5