Фиксы

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