Skip to content

Commit

Permalink
Fix comments responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent 7abb36a commit f927581
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
.standard-popup {
width: 1000%;
height: 1000%;

}

.standard-popup-content.add-popup {
Expand All @@ -184,7 +183,7 @@
box-shadow: none;
}

.standard-popup-close.add-popup {
.standard-popup-close.add-popup, .standard-popup-close.comment-popup {
position: absolute;
top: 20px;
right: 20px;
Expand All @@ -193,7 +192,7 @@
transform: translate(0px, 0px);
}

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

Expand All @@ -213,6 +212,16 @@
.insert-name {
padding-left: 10px;
}

.standard-button.send-message, .standard-input.send-message {
height: 80px;
font-size: 30px;
}

.message {
font-size: 30px;
flex-direction: column;
}
}

@keyframes fade-in {
Expand Down

0 comments on commit f927581

Please sign in to comment.