Skip to content

Commit

Permalink
Fix expand icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 12, 2021
1 parent 6810e92 commit d2bef89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<FontAwesomeIcon icon="plus-circle"/>
</button>
<button v-if="modal && (!expand || modal.height > 196)" class="modal-action-button right" @touchstart.stop @click="expand = !expand">
<FontAwesomeIcon :icon="expand?'expand-arrows-alt':'compress-arrows-alt'"/>
<FontAwesomeIcon :icon="expand?'compress-arrows-alt':'expand-arrows-alt'"/>
</button>
<button class="modal-action-button right" @touchstart.stop @click="help">
<FontAwesomeIcon icon="question-circle"/>
Expand Down

0 comments on commit d2bef89

Please sign in to comment.