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