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>
|
<div>
|
||||||
{{!-- This is here to prevent height collapsing --}}
|
|
||||||
​
|
|
||||||
|
|
||||||
{{#if meta.editable}}
|
{{#if meta.editable}}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
@ -18,5 +15,8 @@
|
||||||
var:fill="currentColor"
|
var:fill="currentColor"
|
||||||
></rc-icon>
|
></rc-icon>
|
||||||
</button>
|
</button>
|
||||||
|
{{else}}
|
||||||
|
{{!-- This is here to prevent height collapsing --}}
|
||||||
|
​
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
<div>
|
<div>
|
||||||
{{!-- This is here to prevent height collapsing --}}
|
|
||||||
​
|
|
||||||
|
|
||||||
{{#if meta.editable}}
|
{{#if meta.editable}}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
@ -18,6 +15,9 @@
|
||||||
var:fill="currentColor"
|
var:fill="currentColor"
|
||||||
></rc-icon>
|
></rc-icon>
|
||||||
</button>
|
</button>
|
||||||
|
{{else}}
|
||||||
|
{{!-- This is here to prevent height collapsing --}}
|
||||||
|
​
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue