Skip to content

Commit

Permalink
Temporary remove close buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent 4b98e93 commit 25432ab
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,6 @@
height: 500px;
}

.standard-popup-close {
height: 40px;
width: 40px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
}

.standard-popup-close.add-popup {
transform: translate(150px, -190px); /* Adjusted for focus */
}

.standard-popup-close.add-popup:active {
transform: translate(152px, -188px); /* Adjusted for focus */
}

.standard-popup-close.comment-popup {
transform: translate(430px, -275px);
}

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

.select-image {
border: var(--border-width) var(--border-style) var(--border-color);
position: relative;
Expand Down Expand Up @@ -149,19 +123,12 @@
.standard-popup-content.comment-popup {
transform: scale(0.8);
}
.standard-popup-close.comment-popup {
transform: translate(350px, -225px);
}
}

@media screen and (max-width: 850px) {
.standard-popup-content.comment-popup {
transform: scale(0.7);
}

.standard-popup-close.comment-popup {
transform: translate(310px, -200px);
}
}

@media screen and (max-width: 521px) {
Expand All @@ -182,23 +149,6 @@
box-shadow: none;
}

.standard-popup-close.add-popup, .standard-popup-close.comment-popup {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 60px;
transform: translate(0px, 0px);
}

.standard-popup-close.add-popup:active, .standard-popup-close.comment-popup {
transform: translate(2px, 2px);
}

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

.select-image {
height: auto;
}
Expand Down

0 comments on commit 25432ab

Please sign in to comment.