feat(AboutPage): improved about page with branding images

This commit is contained in:
sethburkart123
2024-10-07 15:50:30 +11:00
parent e1544b1ee5
commit a8987b5a7b
4 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -3061,9 +3061,12 @@ li.MessageList__unread___3imtO {
}
.whatsnewTextContainer h1:not(.whatsnewTextHeader) {
position: sticky;
font-size: 1.2em;
width: 100%;
top: 0;
background: var(--background-primary) !important;
z-index: 1;
padding: 10px;
padding: 12px;
padding-left: 0px;
padding-bottom: 8px;
}