Correct the height of the HUD element to prevent collapse only when not a GM

This commit is contained in:
Oliver-Akins 2025-04-05 23:33:20 -06:00
parent 8de50185c1
commit 26134b0390
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,4 @@
<div>
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{#if meta.editable}}
<button
type="button"
@ -18,5 +15,8 @@
var:fill="currentColor"
></rc-icon>
</button>
{{else}}
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{/if}}
</div>

View file

@ -1,7 +1,4 @@
<div>
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{#if meta.editable}}
<button
type="button"
@ -18,6 +15,9 @@
var:fill="currentColor"
></rc-icon>
</button>
{{else}}
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{/if}}
</div>