Skip to content

Commit

Permalink
Fix close button size
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent adef722 commit 613f121
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@
.standard-popup-close {
top: 20px;
right: 20px;
width: 60px;
height: 60px;
}

.standard-popup-close-img {
width: 45px;
height: 45px;
}

.select-image {
Expand Down

0 comments on commit 613f121

Please sign in to comment.