Skip to content

Commit

Permalink
Begin mobile comments responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent 9f89fc9 commit 7abb36a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,28 @@
.standard-popup-close.comment-popup {
transform: translate(310px, -200px);
}

}

@media screen and (max-width: 521px) {
.standard-popup {
width: 1000%;
height: 1000%;

}

.standard-popup-content.add-popup {
width: 100dvw;
height: 100dvh;
box-shadow: 0;
}

.standard-popup-content.comment-popup {
width: 142.7dvw;
height: 142.7dvh;
box-shadow: none;
}

.standard-popup-close.add-popup {
position: absolute;
top: 20px;
Expand Down

0 comments on commit 7abb36a

Please sign in to comment.