Skip to content

Commit 7639921

Browse files
committed
fix:mobile css for recent mentions view
1 parent 6709f5f commit 7639921

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/views/Mentions.vue

+4-5
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,11 @@ $avatar-small: 2rem;
367367
$columnGap-small: 0.5rem;
368368
369369
@media screen and (max-width: 767px) {
370-
main #public-content {
370+
.mentions #public-content {
371371
grid-template-areas:
372-
"header"
373-
"sidebar"
374-
"main"
375-
"footer";
372+
"header header"
373+
"sidebar sidebar"
374+
"main main";
376375
}
377376
378377
.recent-mentions {

0 commit comments

Comments
 (0)