From 1a673862aac05e2bec27cc0d93935d03b62e07be Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sat, 4 Dec 2021 22:48:32 +0100 Subject: [PATCH] =?UTF-8?q?poids=20=C3=A9vals=20(graph=20Seb.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/scodoc.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css index ed67808a9..4a3a95f04 100644 --- a/app/static/css/scodoc.css +++ b/app/static/css/scodoc.css @@ -1315,10 +1315,11 @@ div#modimpl_coefs { font-size: 60%; } .coefs_histo>div{ + --height: calc(32px * var(--coef) / var(--max)); + height: var(--height); + padding: var(--height) 4px 0 4px; background: #09c; box-sizing: border-box; - padding: 4px; - height: calc(100% * var(--coef) / var(--max)); } .coefs_histo>div:nth-child(odd){ background-color: #9c0;