diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index cd4e256056..1e96b5d50e 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -18,16 +18,21 @@ SPDX-License-Identifier: AGPL-3.0-only :style="columns.filter(c => ids.includes(c.id)).some(c => c.flexible) ? { flex: 1, minWidth: '350px' } : { width: Math.max(...columns.filter(c => ids.includes(c.id)).map(c => c.width)) + 'px' }" @wheel.self="onWheel" > - + + + +
{{ i18n.ts._deck.introduction }}