Files
wg-easy-ca-lose/src/app/components/Panel/head/Boat.vue
T
Bernd StorathandGitHub cd9db1563d fix: mobile UI (#2569)
* improve mobile ui

* general cleanup

* cleanup, improvements

* fix hydration mismatch
2026-04-07 11:34:49 +02:00

6 lines
120 B
Vue

<template>
<div class="flex flex-shrink-0 flex-col items-center gap-2 sm:flex-row">
<slot />
</div>
</template>