fix: let's reduce message padding on mobile
This commit is contained in:
parent
4c0a8bb700
commit
4ed010af41
2 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue