From 3500966c286ea9bc185498e3ca8f486718db5759 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 12:25:01 +0100 Subject: [PATCH] wip #3962 @0.5 --- style/notes.less | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/style/notes.less b/style/notes.less index b962283c..c032ac02 100644 --- a/style/notes.less +++ b/style/notes.less @@ -52,4 +52,32 @@ padding: 0 15px 15px 0; } } +} + +.notesView { + @m: 2.5; + @w: unit(@m*@thumb-width, px); + @h: unit(@m*@thumb-height, px); + + .thumb { + width: @w; + height: @h; + + &.left { + margin-right: @w; + } + + &.right { + @margin: 10; + left: unit(@w+@margin, px); + } + } + + &.indexView { + .doubleThumb, .padding { + width: @w*2; + height: @h; + } + } + } \ No newline at end of file -- 2.39.5