From 0337bf335c2bae4a81887a28571edd78f25d9298 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 13:11:59 +0100 Subject: [PATCH] wait #3862 @0:05 --- style/notes.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; -- 2.39.5