mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Refactor code to improve performance and
readability
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB |
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user