fix(controls): side by side because volume was blocking achievements
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m55s

This commit is contained in:
2026-03-01 22:22:30 +01:00
parent f943de05cd
commit a12cc61dd3

View File

@@ -16,7 +16,7 @@ onMounted(() => {
</script>
<template>
<div class="fixed bottom-4 right-4 flex flex-col items-center">
<div class="fixed bottom-4 right-4 flex flex-row items-center">
<UPopover
v-model:open="open"
:content="{ side: 'top', align: 'center' }"