fix(controls): side by side because volume was blocking achievements
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-01 22:22:30 +01:00
parent ae737bd8c2
commit 13b23faf67

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' }"