Correct the height of the HUD element to prevent collapse only when not a GM
This commit is contained in:
parent
8de50185c1
commit
26134b0390
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,4 @@
|
|||
<div>
|
||||
{{!-- This is here to prevent height collapsing --}}
|
||||
​
|
||||
|
||||
{{#if meta.editable}}
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -18,6 +15,9 @@
|
|||
var:fill="currentColor"
|
||||
></rc-icon>
|
||||
</button>
|
||||
{{else}}
|
||||
{{!-- This is here to prevent height collapsing --}}
|
||||
​
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue