Skip to content

Commit

Permalink
Improve popup view on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 5, 2024
1 parent 377cc96 commit 547e1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

@media screen and (max-width: 521px) {
.standard-popup-content.add-popup {
width: 100%;
height: 100%;
width: 100dvw;
height: 100dvh;
box-shadow: 0;
}

Expand Down

0 comments on commit 547e1ab

Please sign in to comment.