post view: bottom-anchor the post-line thread (flex column + justify-content: flex-end) so short threads sit above the composer instead of the header

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-06-08 19:39:11 -04:00
parent 203596ee29
commit 2d4a2c5b5c

View File

@@ -311,6 +311,9 @@ html.sea-open .room-aperture.is-scrollable {
flex: 1; flex: 1;
min-height: 0; min-height: 0;
overflow-y: auto; overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: flex-end; // bottom-anchor short threads
.post-line { .post-line {
display: grid; display: grid;