SHA256
feat(thread): переход в тред ответа и явная история сверху
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user