mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 23:22:09 +00:00
fix(app): align background hint spacing (#44329)
This commit is contained in:
parent
b9ca77c5ff
commit
79d5359d11
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ function MessageTimelineView(
|
|||
ref={setBackgroundHintRef}
|
||||
class="duration-150 motion-reduce:animate-none"
|
||||
classList={{
|
||||
[`flex h-8 items-start pt-2 ${turnPadding()}`]: true,
|
||||
[`flex h-9 items-start pt-3 ${turnPadding()}`]: true,
|
||||
"animate-in fade-in": backgroundHintVisibility().animate && backgroundHintVisibility().show,
|
||||
"animate-out fade-out fill-mode-forwards":
|
||||
backgroundHintVisibility().animate && !backgroundHintVisibility().show,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue