Fix button class action-toggle-fullscreen

This commit is contained in:
Phil Davis 2020-10-01 11:08:35 +05:45
parent c5b657ba05
commit 66d16ee643
No known key found for this signature in database
GPG key ID: 23F482AD80551904

View file

@ -33,7 +33,7 @@
<v-icon v-else size="16" color="white">favorite_border</v-icon>
</button>
<button class="pswp__button pswp__button--fs action-toogle-fullscreen" :title="$gettext('Fullscreen')"></button>
<button class="pswp__button pswp__button--fs action-toggle-fullscreen" :title="$gettext('Fullscreen')"></button>
<button class="pswp__button pswp__button--zoom action-zoom" :title="$gettext('Zoom in/out')"></button>