From 83161127410394421bc8da08592453c8143e811e Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Wed, 5 Aug 2026 18:52:41 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20toggle=20Chaman=20de=20l'onglet=20Totem?= =?UTF-8?q?=20=C3=A9tir=C3=A9=20sur=20toute=20la=20largeur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Style compact pour .chaman-toggle (width fit-content, centré, label DistressBlack, checkbox de taille fixe) dans less/actor/totem.less. --- less/actor/totem.less | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/less/actor/totem.less b/less/actor/totem.less index 66edb61..1e87229 100644 --- a/less/actor/totem.less +++ b/less/actor/totem.less @@ -18,6 +18,29 @@ } } + // Toggle « Chaman » de l'onglet Totem : ne pas étirer sur toute la largeur. + .chaman-toggle { + width: fit-content; + margin: 0.5rem auto; + gap: 0.5rem; + + label { + font-family: "DistressBlack", sans-serif; + text-transform: uppercase; + font-size: @font-size-12; + color: @theme-color-dark; + cursor: pointer; + margin: 0; + } + + input[type="checkbox"] { + width: 1rem; + height: 1rem; + margin: 0; + cursor: pointer; + } + } + div.minor-totems { display: flex; flex-direction: column;