Skip to content

Commit c5e1110

Browse files
committed
Update chatrd.css
1 parent a45f5a9 commit c5e1110

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/chatrd.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,11 @@ body {
324324
}
325325

326326
#chat.horizontal .item.chat.grouped .message {
327-
padding: 0px 5px 7px 5px;
327+
padding: 0px 5px 5px 5px;
328+
}
329+
330+
#chat.horizontal .item.chat .message:has(.timestamp) {
331+
padding: 0px 5px 3px 5px;
328332
}
329333

330334
#chat.horizontal .item .actual-message img {

0 commit comments

Comments
 (0)