fix: toggle Chaman de l'onglet Totem étiré sur toute la largeur

- Style compact pour .chaman-toggle (width fit-content, centré, label
  DistressBlack, checkbox de taille fixe) dans less/actor/totem.less.
This commit is contained in:
2026-08-05 18:52:41 +02:00
parent 75f39551f8
commit 8316112741
+23
View File
@@ -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;