From 2d4a2c5b5c887d6b33d5e81535980afc02980893 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Mon, 8 Jun 2026 19:39:11 -0400 Subject: [PATCH] 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) --- src/static_src/scss/_room.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/static_src/scss/_room.scss b/src/static_src/scss/_room.scss index eeaf2e9..cdc4475 100644 --- a/src/static_src/scss/_room.scss +++ b/src/static_src/scss/_room.scss @@ -311,6 +311,9 @@ html.sea-open .room-aperture.is-scrollable { flex: 1; min-height: 0; overflow-y: auto; + display: flex; + flex-direction: column; + justify-content: flex-end; // bottom-anchor short threads .post-line { display: grid;