tui: align session empty states (#16412)

This commit is contained in:
David Hill
2026-03-07 11:39:43 +00:00
committed by GitHub
parent c53c9d4e4e
commit 6b99dd50b6
20 changed files with 54 additions and 31 deletions

View File

@@ -96,7 +96,7 @@ export function SessionSidePanel(props: {
const empty = (msg: string) => (
<div class="h-full flex flex-col">
<div class="h-12 shrink-0" aria-hidden />
<div class="flex-1 pb-30 flex items-center justify-center text-center">
<div class="flex-1 pb-64 flex items-center justify-center text-center">
<div class="text-12-regular text-text-weak">{msg}</div>
</div>
</div>