Skip to content

Commit 469539e

Browse files
committed
fix(my-activity/mobile): show filters card before timeline on small screens
1 parent 0f178e1 commit 469539e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/app/features/activity/components/my-activity/my-activity.component.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,14 @@
390390
}
391391

392392
@media (max-width: 768px) {
393+
.activity-filters-card {
394+
order: 1;
395+
}
396+
397+
.activity-feed-card {
398+
order: 2;
399+
}
400+
393401
.activity-kpis {
394402
grid-template-columns: 1fr;
395403
}

0 commit comments

Comments
 (0)