Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent 8c1d950 commit c909725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ <h1 class="standard-card-name">Mathieu Raetz</h1>

<div id="ratingPopup" class="standard-popup">
<div class="whole-section rating-popup">
<button class="standard-button standard-popup-close comment-popup" onclick="closePopup('ratingPopup')">
<img class="standard-popup-close-img" draggable="false" src="./images/close.svg" alt="close icon">
<button class="standard-button standard-popup-close comment-popup other" onclick="closePopup('ratingPopup')">
<img class="standard-popup-close-img comment-popup other" draggable="false" src="./images/close.svg" alt="close icon">
</button>
<div class="standard-popup-content rating-popup">
<div class="score">
Expand Down
4 changes: 2 additions & 2 deletions templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@
box-shadow: none;
}

.standard-popup-close {
.standard-popup-close.other, .standard-popup-close.comment-popup {
top: 21.5px;
right: 23.5px;
width: 60px;
height: 60px;
}

.standard-popup-close-img {
.standard-popup-close-img.other, .standard-popup-close.comment-popup {
width: 45px;
height: 45px;
}
Expand Down

0 comments on commit c909725

Please sign in to comment.