environments/review-docs-renov-b1i8ag/deployments/15025
wvffle 2022-11-04 12:56:02 +00:00 zatwierdzone przez Kasper Seweryn
rodzic 315e5ef766
commit ec31004952
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -216,7 +216,7 @@ const coverType = ref(CoverType.COVER_ART)
<button
v-if="coverType === CoverType.COVER_ART"
class="ui secondary button"
:aria-title="labels.showVisualizer"
:aria-label="labels.showVisualizer"
:title="labels.showVisualizer"
@click="coverType = CoverType.MILK_DROP"
>
@ -225,7 +225,7 @@ const coverType = ref(CoverType.COVER_ART)
<button
v-else-if="coverType === CoverType.MILK_DROP"
class="ui secondary button"
:aria-title="labels.showCoverArt"
:aria-label="labels.showCoverArt"
:title="labels.showCoverArt"
@click="coverType = CoverType.COVER_ART"
>
@ -235,7 +235,7 @@ const coverType = ref(CoverType.COVER_ART)
<button
v-if="!fullscreen"
class="ui secondary button"
:aria-title="labels.fullscreen"
:aria-label="labels.fullscreen"
:title="labels.fullscreen"
@click="enter"
>
@ -244,7 +244,7 @@ const coverType = ref(CoverType.COVER_ART)
<button
v-else
class="ui secondary button"
:aria-title="labels.exitFullscreen"
:aria-label="labels.exitFullscreen"
:title="labels.exitFullscreen"
@click="exit"
>