mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
improve ledgibility of whatsnewText
This commit is contained in:
+11
-1
@@ -2785,13 +2785,13 @@ body {
|
||||
width: 96%;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.whatsnewImg {
|
||||
margin: 0.5rem auto;
|
||||
width: 90%;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.whatsnewTextContainer {
|
||||
@@ -2838,6 +2838,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.whatsnewFooter a {
|
||||
@@ -2865,4 +2866,13 @@ body {
|
||||
font-size: 24px;
|
||||
font-family: "IconFamily";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.whatsnewTextContainer h1:not(.whatsnewTextHeader) {
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
background: var(--background-primary) !important;
|
||||
z-index: 1;
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user