Up visibility of close button

This commit is contained in:
Cohee 2024-06-23 14:53:01 +03:00
parent 58a85fa0c8
commit a161ebfcaf
1 changed files with 6 additions and 7 deletions

View File

@ -133,16 +133,15 @@ dialog {
.popup .popup-button-close {
position: absolute;
top: -8px;
right: -8px;
width: 21px;
height: 21px;
font-size: 18px;
top: -6px;
right: -6px;
width: 24px;
height: 24px;
font-size: 20px;
padding: 2px 3px 3px 2px;
filter: brightness(0.4);
filter: brightness(0.8);
/* Fix weird animation issue with font-scaling during popup open */
backface-visibility: hidden;
}