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 {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user