diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 1e64e45f..c418cbb7 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -373,9 +373,9 @@ export function OpenAboutPage() { let text = stringToHTML( /* html */ `
+
BetterSEQTA+ is a fork of BetterSEQTA which was originally developed by Nulkem, which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features.
-We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below).
Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph and SethBurkart123.
diff --git a/src/css/injected.scss b/src/css/injected.scss index 1b6400db..9574105a 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -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; } diff --git a/src/resources/branding/dark.jpg b/src/resources/branding/dark.jpg new file mode 100644 index 00000000..a7631ac9 Binary files /dev/null and b/src/resources/branding/dark.jpg differ diff --git a/src/resources/branding/light.jpg b/src/resources/branding/light.jpg new file mode 100644 index 00000000..74255e1b Binary files /dev/null and b/src/resources/branding/light.jpg differ