feat: fullscreen mode

This commit is contained in:
2025-05-03 13:35:39 +02:00
parent 93acfdb780
commit 05c04e4aa1
7 changed files with 57 additions and 8 deletions
+4 -1
View File
@@ -8,7 +8,10 @@
</div>
<div>
<button class="bg-slate-600 p-1 px-2 rounded-md hover:bg-slate-500 flex items-center" @click="changeLang()">
<button
class="bg-slate-600 p-1 px-2 rounded-md hover:bg-slate-500 flex items-center"
@click="changeLang()"
>
<GlobeIcon :size="18" class="mr-2" /> {{ i18n.locale.value == 'pl' ? 'POL' : 'ENG' }}
</button>
</div>