UI: карточка автора в канале, профиль user и назад по истории

This commit is contained in:
AidarKC
2026-05-19 13:58:49 +03:00
parent db2d9a666b
commit 90d10086d7
10 changed files with 80 additions and 28 deletions
+17
View File
@@ -2171,6 +2171,23 @@ textarea.input {
gap: 12px;
}
.channel-message-author-tile {
display: flex;
align-items: center;
gap: 12px;
width: 100%;
padding: 10px 12px;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(255, 255, 255, 0.04);
text-align: left;
cursor: pointer;
}
.channel-message-author-tile:hover {
background: rgba(255, 255, 255, 0.08);
}
.channel-message-avatar {
width: 44px;
height: 44px;