From 5bde5a8fe54ff01470a5b41412277b1932f07f17 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 21 Apr 2026 21:01:15 +0200 Subject: [PATCH] Moved the areas button to the left --- styles/less/ui/chat/chat.less | 1 - templates/ui/chat/parts/button-part.hbs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/less/ui/chat/chat.less b/styles/less/ui/chat/chat.less index abb98ad9..4d627e39 100644 --- a/styles/less/ui/chat/chat.less +++ b/styles/less/ui/chat/chat.less @@ -630,7 +630,6 @@ flex: 1; &.end-button { - margin-left: auto; flex: 0; } } diff --git a/templates/ui/chat/parts/button-part.hbs b/templates/ui/chat/parts/button-part.hbs index 26855611..6bc5f372 100644 --- a/templates/ui/chat/parts/button-part.hbs +++ b/templates/ui/chat/parts/button-part.hbs @@ -1,4 +1,5 @@
+ {{#if areas.length}}{{/if}} {{#if hasDamage}} {{#unless (empty damage)}} @@ -14,5 +15,4 @@ {{/unless}} {{/if}} {{#if (and hasEffect)}}{{/if}} - {{#if areas.length}}{{/if}}
\ No newline at end of file