From cbc1d901ba447c48a587c060fce8be39cf10cbcc Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Tue, 2 Jun 2026 23:44:51 -0500 Subject: [PATCH] chore: uptick --- apps/desktop/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/styles.css b/apps/desktop/src/styles.css index befdb99d2..eae9cb6ce 100644 --- a/apps/desktop/src/styles.css +++ b/apps/desktop/src/styles.css @@ -734,7 +734,7 @@ canvas { .sticky-human-clamp { max-height: calc(2 * var(--dt-line-height) * var(--conversation-text-font-size) + 0.15rem); overflow: hidden; - transition: max-height 0.75s ease; + transition: max-height 0.08s cubic-bezier(0.4, 0, 0.2, 1); } .sticky-human-clamp[data-clamped='true'] {