fix closebutton scaling

This commit is contained in:
SethBurkart123
2023-10-11 16:30:01 +11:00
parent 45c6ef2989
commit b0f41b94a3
+2 -3
View File
@@ -2852,7 +2852,7 @@ body {
#whatsnewclosebutton {
position: absolute;
top: 10px;
top: 1rem;
right: 20px;
font-size: 2em;
padding: 5px;
@@ -2862,8 +2862,7 @@ body {
#whatsnewclosebutton::before {
content: "\ed8a";
color: currentColor;
font-size: 16px;
margin-right: 8px; /* Adjusted to margin-right for the icon to be on the left */
font-size: 24px;
font-family: "IconFamily";
pointer-events: none;
}