From a822d94317872cd054b4c0ccd79a0b129d48d0a9 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Fri, 6 Feb 2026 21:13:36 +0100 Subject: [PATCH] fix: Align sender name baseline with timestamp in own messages Co-Authored-By: Claude Opus 4.6 --- app/static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static/css/style.css b/app/static/css/style.css index aaa2e83..1da1d49 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -113,11 +113,12 @@ main { color: #6c757d; } -/* Message footer for own messages (time below bubble) */ +/* Message footer for own messages (name + time above bubble) */ .message-footer { display: flex; + align-items: baseline; padding-right: 0.5rem; - margin-top: 0.25rem; + margin-bottom: 0.25rem; } .message-footer.own {