From 001e42b0a81bfb93da5cc5b43050a41c619f452e Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 31 Mar 2026 17:30:55 +0200 Subject: [PATCH] Remove comments --- .../character-creation/selections-container.less | 8 ++++---- .../sheets-settings/character-settings/sheet.less | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/styles/less/dialog/character-creation/selections-container.less b/styles/less/dialog/character-creation/selections-container.less index a67c1b8f..f9569fca 100644 --- a/styles/less/dialog/character-creation/selections-container.less +++ b/styles/less/dialog/character-creation/selections-container.less @@ -240,16 +240,16 @@ display: flex; align-items: center; justify-content: space-evenly; - gap: 2px; //gap reduced to accomadate new font size and keep the same overall spacing between trait containers + gap: 2px; .trait-container { span { - font-size: var(--font-size-10); // reduced font size to fit inside the smaller shield and maintain readability + font-size: var(--font-size-10); } - width: 65px; //width and height increased to accomadate font size + width: 65px; height: 65px; background: url(../assets/svg/trait-shield.svg) no-repeat; - background-size: 100%; //scaling the shield to fit the container + background-size: 100%; div { filter: drop-shadow(0 0 3px black); diff --git a/styles/less/sheets-settings/character-settings/sheet.less b/styles/less/sheets-settings/character-settings/sheet.less index 22feae8b..f7f16df4 100644 --- a/styles/less/sheets-settings/character-settings/sheet.less +++ b/styles/less/sheets-settings/character-settings/sheet.less @@ -20,20 +20,20 @@ display: flex; align-items: center; justify-content: space-evenly; - gap: 2px; //gap reduced to accomadate new font size and keep the same overall spacing between trait containers + gap: 2px; .trait-container { - width: 65px; //width and height increased to accomadate font size + width: 65px; height: 65px; background: url(../assets/svg/trait-shield.svg) no-repeat; - background-size: 100%; //scaling the shield to fit the container - padding-top: 4px; //aligning the text properly + background-size: 100%; + padding-top: 4px; display: flex; flex-direction: column; align-items: center; - span{ - font-size: var(--font-size-10); // font size decreased to fit inside the shield and maintain readability + span { + font-size: var(--font-size-10); } div {