Сохранить текущий снимок DM-синхронизации

This commit is contained in:
AidarKC
2026-08-24 17:50:36 +04:00
parent 015fade4c0
commit d8e0c77951
48 changed files with 2498 additions and 383 deletions
+23 -1
View File
@@ -1827,7 +1827,29 @@
.bubble-status {
min-width: 14px;
text-align: right;
color: rgba(215, 230, 255, 0.92);
color: rgba(148, 163, 184, 0.92);
}
.bubble-status--delivered,
.bubble-status--read {
color: rgba(215, 230, 255, 0.96);
text-shadow: 0 0 6px rgba(126, 180, 255, 0.36);
}
.bubble-status--failed {
color: rgba(255, 145, 145, 0.96);
}
.bubble-delivery-note {
max-width: 280px;
margin-top: 6px;
font-size: 10px;
line-height: 1.3;
color: rgba(255, 220, 142, 0.92);
}
.bubble-delivery-note--failed {
color: rgba(255, 145, 145, 0.96);
}
.bubble.in {