fix: let's reduce message padding on mobile

This commit is contained in:
Andy Burke 2025-08-20 14:31:52 -07:00
parent 4c0a8bb700
commit 4ed010af41
2 changed files with 16 additions and 1 deletions

View file

@ -371,4 +371,18 @@
#talk #room-chat-container #room-chat-entry-container form label {
margin: 0 0.5rem;
}
#talk .message-container .message-content-container {
padding-left: 4rem;
}
#talk .message-container .info-container .datetime-container .long {
display: none;
visibility: hidden;
}
#talk .message-container .info-container .datetime-container .short {
display: inline-block;
visibility: visible;
}
}