mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
fix: Align sender name baseline with timestamp in own messages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user