Фиксы

This commit is contained in:
2025-08-15 13:23:12 +03:00
parent 5de5982e9e
commit a9f9a242ec

View File

@ -152,7 +152,7 @@ message {
message top {
position: absolute;
bottom: 35px;
right: 160px;
right: 240px;
width: 200px;
z-index: 99;
}
@ -163,12 +163,12 @@ message top author {
display: block;
overflow: hidden;
text-overflow: ellipsis;
word-break: auto-phrase;
word-break: keep-all;
width: 100%;
}
message.long top {
right: 200px;
right: 275px;
bottom: 40px;
}