mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
improve loading performance of settings UI
This commit is contained in:
@@ -4,11 +4,23 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>BetterSEQTA+ Settings</title>
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
width: 384px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
body.dark {
|
||||
background-color: rgb(39 39 42);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="width: 384px; height: 600px;">
|
||||
<body>
|
||||
<div id="ExtensionPopup">
|
||||
</div>
|
||||
<script type="module" src="./main.tsx"></script>
|
||||
<script type="module" src="./dark.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user