fix(stage-layouts): center the mobile chat input (#2517)

This commit is contained in:
Neko
2026-09-11 02:36:18 +08:00
committed by GitHub
parent c30d169543
commit 3fcae726c5
2 changed files with 28 additions and 4 deletions
@@ -566,7 +566,7 @@ onUnmounted(() => {
data-testid="mobile-input-bubble"
:data-dragging="inputBubbleDragging"
:class="[
'group relative mx-auto min-h-10 flex flex-col justify-end origin-center overflow-hidden',
'group relative mx-auto min-h-10 flex flex-col justify-center origin-center overflow-hidden',
'touch-none select-none focus-within:touch-auto focus-within:select-text',
'border-2 border-solid border-neutral-200/60 bg-neutral-100/80 backdrop-blur-md',
'dark:border-neutral-700/60 dark:bg-neutral-950/80',