Mobile: Topic list and topic (#19)

This commit is contained in:
chapoi
2025-03-07 04:09:19 +08:00
committed by GitHub
parent 7d53fe08ce
commit 91f3cc3ebb
10 changed files with 204 additions and 14 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ $extra-large: 1280px;
display: flex;
flex-direction: column;
gap: 1em;
@media screen and (max-width: $extra-small) {
@include breakpoint(medium) {
gap: 0.5em;
}
}
@@ -122,7 +122,7 @@ body.user-messages-page .topic-list-item {
"topic-title topic-title topic-title topic-title topic-title topic-title topic-title topic-title"
"avatar author . . . . . likes-replies";
}
@media screen and (max-width: $extra-small) {
@include breakpoint(medium) {
border: none;
border-bottom: 1px solid var(--primary-200);
}