mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 10:30:31 +02:00
Update popup UI
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user