Small messageList layout improvement

This commit is contained in:
the-djmaze 2023-02-06 13:25:20 +01:00
parent 4f7f713046
commit 9cec77ecc1
2 changed files with 5 additions and 4 deletions

View file

@ -230,14 +230,15 @@ html:not(rl-mobile) {
}
time, .sizeParent {
margin: 0 5px;
margin: 0 5px 0 0;
opacity: 0.7;
font-size: 11px;
white-space: nowrap;
min-width: 3.5em;
text-align: right;
}
.attachmentParent {
line-height: 1 !important;
margin: 0 10px 0 5px;
}