fix: sidebar layout not being applied on pageload #249

This commit is contained in:
SethBurkart123
2025-04-06 14:03:51 +10:00
parent eb2c665843
commit fbf066cea8
4 changed files with 252 additions and 235 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { settingsState } from "./listeners/SettingsState"
import { animate, stagger } from "motion"
import stringToHTML from "./stringToHTML"
import browser from "webextension-polyfill"
import kofi from "@/resources/kofi.png"
import kofi from "@/resources/kofi.png?base64"
export async function DeleteWhatsNew() {
const bkelement = document.getElementById("whatsnewbk")