Skip to content

Commit

Permalink
[#3136] Fix issue with effect controls not being properly centered
Browse files Browse the repository at this point in the history
  • Loading branch information
arbron committed Feb 26, 2024
1 parent cacc9e1 commit 1420d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/shared/active-effects2.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@

{{#if @root.editable}}
{{!-- Editing --}}
<a class="effect-control" data-action="edit" data-tooltip="DND5E.EffectEdit"
<a class="effect-control item-control" data-action="edit" data-tooltip="DND5E.EffectEdit"
aria-label="{{ localize "DND5E.EffectEdit" }}">
<i class="fas fa-pen-to-square"></i>
</a>

{{!-- Deleting --}}
<a class="effect-control" data-action="delete" data-tooltip="DND5E.EffectDelete"
<a class="effect-control item-control" data-action="delete" data-tooltip="DND5E.EffectDelete"
aria-label="{{ localize "DND5E.EffectDelete" }}">
<i class="fas fa-trash"></i>
</a>
Expand All @@ -92,7 +92,7 @@
{{/if}}

{{!-- Context Menu --}}
<a class="effect-control interface-only" data-context-menu
<a class="effect-control item-control interface-only" data-context-menu
aria-label="{{ localize "DND5E.AdditionalControls" }}">
<i class="fas fa-ellipsis-vertical"></i>
</a>
Expand Down

0 comments on commit 1420d1f

Please sign in to comment.