chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-05-02 05:06:27 -05:00
parent 215bf4b96c
commit 5e4473df96
11 changed files with 208 additions and 32 deletions
+1
View File
@@ -311,6 +311,7 @@ canvas {
[data-slot='composer-root'] {
width: clamp(var(--composer-min-width), var(--composer-target-width), var(--composer-max-width));
max-width: calc(100% - var(--composer-inline-clearance));
transform: translateX(-50%);
}
/* Thread scroll container (from use-stick-to-bottom).