From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 12:11:59 +0000 (+0100) Subject: wait #3862 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0337bf335c2bae4a81887a28571edd78f25d9298;p=fluidbook-html5.git wait #3862 @0:05 --- diff --git a/style/notes.less b/style/notes.less index 43c17a6f..3923367c 100644 --- a/style/notes.less +++ b/style/notes.less @@ -84,11 +84,23 @@ .doubleThumb, .padding { width: @w*2; height: @h; + + &.singlemode { + width: @w; + } + } + .doubleThumb { position: relative; + &.singlemode { + .notes { + width: @w; + } + } + .notes { position: absolute; top: 10px;