feat(thread): переход в тред ответа и явная история сверху

This commit is contained in:
AidarKC
2026-05-19 00:47:12 +03:00
parent 49ebf1605a
commit 580bd6fbeb
4 changed files with 50 additions and 5 deletions
+5 -1
View File
@@ -2356,7 +2356,7 @@ textarea.input {
.thread-node-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 8px;
}
@@ -2439,6 +2439,10 @@ textarea.input {
color: rgba(255, 255, 255, 0.55);
}
.thread-open-btn {
color: rgba(255, 255, 255, 0.62);
}
@media (max-width: 430px) {
.channels-screen .page-title {
font-size: 26px;