chatmessage improvements

This commit is contained in:
Henry Jameson 2026-07-09 01:07:59 +03:00
commit 7069894c53
4 changed files with 28 additions and 8 deletions

View file

@ -33,7 +33,6 @@
.chat-message {
display: flex;
padding-bottom: 0.5em;
.status-body:hover {
--_still-image-img-visibility: visible;
@ -124,10 +123,6 @@
}
}
.-pending {
color: red !important;
}
.chat-message-inner.with-media {
width: 100%;
@ -143,8 +138,8 @@
.chat-message-date-separator {
text-align: center;
margin: 1.4em 0;
font-size: 0.9em;
line-height: 2;
user-select: none;
color: var(--textFaint);
}