UX: More desktop tweaks (#20)

This commit is contained in:
Jordan Vidrine
2025-03-06 13:00:56 -06:00
committed by GitHub
parent ef2925a663
commit 328b8cbab5
9 changed files with 92 additions and 16 deletions
+17
View File
@@ -62,6 +62,23 @@
padding: 0 24px;
}
.container.posts {
grid-template-columns: auto 150px;
@media screen and (max-width: 924px) {
grid-template-columns: auto auto;
}
}
.timeline-container .topic-timeline .timeline-ago {
max-width: unset;
overflow: unset;
text-overflow: unset;
}
.timeline-container .topic-timeline .timeline-scroller-content {
overflow: unset;
}
.more-topics__container
.more-topics__list
.topic-list-body