Refactor code to improve performance and

readability
This commit is contained in:
SethBurkart123
2023-11-15 10:39:11 +11:00
parent daec227de7
commit 085cb343f2
3 changed files with 3 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

-6
View File
@@ -1,12 +1,6 @@
import test from './themeCovers/929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
import hacker from './themeCovers/hacker.jpeg' import hacker from './themeCovers/hacker.jpeg'
const themes = [ const themes = [
{
name: "Dark",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/dark.json",
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
},
{ {
name: "Hacker", name: "Hacker",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json", url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",
+3 -1
View File
@@ -16,7 +16,8 @@ html.transparencyEffects {
} }
.whatsnewTextContainer h1 { .whatsnewTextContainer h1 {
background-color: var(--theme-primary) !important; background-color: transparent !important;
position: inherit;
} }
/* Blurs */ /* Blurs */
@@ -24,6 +25,7 @@ html.transparencyEffects {
.singleSelect, .singleSelect,
.uiFileHandlerPanel, .uiFileHandlerPanel,
.Module__wrapper___2sbOo, .Module__wrapper___2sbOo,
.notifications__list___rp2L2,
.thread, .thread,
.navigator, .navigator,
#title, #title,