Skip to content

Commit

Permalink
adjust the max-width value for mq
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Dec 13, 2024
1 parent 732cca8 commit 41ec19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/containers/proposals/ProposalsWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default ({
this.refreshArchivedProposals()
sbp('okTurtles.events/on', PROPOSAL_ARCHIVED, this.onProposalArchived)
this.matchMediaPhone = window.matchMedia('screen and (max-width: 768px)')
this.matchMediaPhone = window.matchMedia('screen and (max-width: 515px)')
this.ephemeral.isPhone = this.matchMediaPhone.matches
this.matchMediaPhone.onchange = (e) => {
this.ephemeral.isPhone = e.matches
Expand Down

0 comments on commit 41ec19b

Please sign in to comment.