Исправить edit/delete сообщений, упростить вкладки каналов и улучшить автоскролл DM

This commit is contained in:
AidarKC
2026-05-19 21:00:29 +03:00
parent 7986184111
commit f3262c2d64
18 changed files with 845 additions and 104 deletions
+31
View File
@@ -1204,6 +1204,10 @@ textarea.input {
gap: 10px;
}
.modal-danger-action {
width: 100%;
}
.small-btn {
padding: 6px 10px;
font-size: 13px;
@@ -2238,6 +2242,14 @@ textarea.input {
border: 0;
}
.channel-message-body--deleted {
color: #ff9e9e;
border: 1px solid rgba(255, 126, 126, 0.5);
background: rgba(120, 18, 18, 0.28);
border-radius: 10px;
padding: 8px 10px;
}
.channel-message-time {
font-size: 11px;
color: rgba(255, 255, 255, 0.48);
@@ -2319,6 +2331,25 @@ textarea.input {
letter-spacing: 0.01em;
}
.message-edited-marker {
appearance: none;
border: none;
background: transparent;
color: rgba(255, 220, 100, 0.85);
font-size: 11px;
line-height: 1;
padding: 0;
margin-left: 6px;
cursor: pointer;
text-decoration: underline;
text-underline-offset: 2px;
}
.message-edited-marker:hover,
.message-edited-marker:focus-visible {
color: rgba(255, 232, 150, 0.95);
}
.channel-action-counter {
font-size: 11px;
color: rgba(255, 255, 255, 0.45);