]> _ Git - fluidbook-html5.git/commitdiff
wait #3862 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 12:11:59 +0000 (13:11 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 12:11:59 +0000 (13:11 +0100)
style/notes.less

index 43c17a6f1d6e89ce3dd6821285d945a96430cd40..3923367c4e51db5330e5d67dde1c2f531c1b1f4e 100644 (file)
     .doubleThumb, .padding {
       width: @w*2;
       height: @h;
+
+      &.singlemode {
+        width: @w;
+      }
+
     }
 
+
     .doubleThumb {
       position: relative;
 
+      &.singlemode {
+        .notes {
+          width: @w;
+        }
+      }
+
       .notes {
         position: absolute;
         top: 10px;