fix(ui): tighten focus mode spacing

This commit is contained in:
Peter Steinberger
2026-01-06 19:10:06 +00:00
parent 31dbc62bdd
commit afc42c7547
3 changed files with 10 additions and 4 deletions

View File

@@ -826,8 +826,8 @@
}
.shell--chat-focus .chat-compose {
bottom: var(--shell-pad);
padding-bottom: calc(var(--shell-pad) + env(safe-area-inset-bottom, 0px));
bottom: calc(var(--shell-pad) + 8px);
padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}