fix: layout badness

This commit is contained in:
Adam
2025-12-16 12:47:18 -06:00
parent 20e3a74bad
commit 89219a77f7
2 changed files with 5 additions and 13 deletions

View File

@@ -27,7 +27,8 @@
align-items: flex-start;
align-self: stretch;
min-width: 0;
gap: clamp(8px, calc(42px - var(--scroll-y) * 0.48), 42px);
gap: 42px;
/* gap: clamp(8px, calc(42px - var(--scroll-y) * 0.48), 42px); */
overflow-anchor: none;
}
@@ -59,7 +60,7 @@
}
[data-slot="session-turn-message-content"] {
margin-top: -24px;
margin-top: -18px;
}
[data-slot="session-turn-message-title"] {