allow fullscreen in game preview

This commit is contained in:
2026-02-27 12:16:31 +02:00
parent 30b49ba573
commit 6b94bde264
7 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<v-card to="/manage/games/list" class="hover-effect">
<v-img src="/static/header-studio.webp" cover content-class="d-flex flex-column justify-space-between"gradient="to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)">
<v-btn icon="mdi-plus" class="align-self-end ma-3" to="/manage/games/add" color="white" size="small" v-tooltip="l.createGame"></v-btn>
<v-card-title class="text-white text-h5" v-text="l.games"></v-card-title>
<v-card-title class="text-white text-h5" v-text="l.gameDirector"></v-card-title>
</v-img>
</v-card>
</v-col>