mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix closebutton scaling
This commit is contained in:
@@ -2852,7 +2852,7 @@ body {
|
|||||||
|
|
||||||
#whatsnewclosebutton {
|
#whatsnewclosebutton {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 1rem;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@@ -2862,8 +2862,7 @@ body {
|
|||||||
#whatsnewclosebutton::before {
|
#whatsnewclosebutton::before {
|
||||||
content: "\ed8a";
|
content: "\ed8a";
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
font-size: 16px;
|
font-size: 24px;
|
||||||
margin-right: 8px; /* Adjusted to margin-right for the icon to be on the left */
|
|
||||||
font-family: "IconFamily";
|
font-family: "IconFamily";
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user