Skip to content

Commit

Permalink
feat(messenger-feed): add media query to adjust max-width of messenge…
Browse files Browse the repository at this point in the history
…r feed for 2560x1440 screen resolution (#2286)

* refactor(messenger-feed): remove inline padding

* refactor(feed-header): remove top stroke

* refactor(app-layout): update split pane gap for positioning and spacing

* feat(messenger-feed): add media query to adjust max-width of messenger feed for 2560x1440 screen resolution
  • Loading branch information
domw30 authored Sep 16, 2024
1 parent 0e2e0ae commit 6ae2fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/messenger/feed/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
pointer-events: all !important;
backdrop-filter: blur(64px);
}

@media only screen and (min-width: 2560px) and (min-height: 1440px) {
max-width: 594px;
}
}

0 comments on commit 6ae2fdc

Please sign in to comment.