Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 5, 2024
1 parent 1ac108f commit 607301c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 Expand Up @@ -128,10 +128,6 @@
.insert-name {
padding-left: 10px;
}

.insert-name:focus ~ .standard-popup-content.add-popup {
height: 100%;
}
}

@keyframes fade-in {
Expand Down

0 comments on commit 607301c

Please sign in to comment.