Update popup UI

This commit is contained in:
2024-07-28 23:04:04 +02:00
parent ae2f196b06
commit 67c492db47
5 changed files with 169 additions and 143 deletions

View File

@ -1,10 +1,11 @@
<!doctype html>
<html style="width: fit-content; height: 500px; overflow-y: hidden" lang="en">
<html style="overflow-y: hidden" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Stream Bypass</title>
</head>
<body style="width: fit-content; height: 500px; overflow-y: scroll">
<body style="overflow-y: scroll">
<script type="module">
import Popup from '~/entries/popup/Popup.svelte';