mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 13:15:13 +02:00
Fix chromium popup height
This commit is contained in:
parent
3aca863a4b
commit
76a5bac7fd
@ -127,8 +127,8 @@
|
|||||||
background-color: #2b2a33;
|
background-color: #2b2a33;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow-x: hidden;
|
margin: 0;
|
||||||
overflow-y: auto;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bug-notice {
|
#bug-notice {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html style="width: fit-content; height: 500px; overflow-y: hidden" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Stream Bypass</title>
|
<title>Stream Bypass</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="width: fit-content; height: 500px">
|
<body style="width: fit-content; height: 500px; overflow-y: scroll">
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import Popup from '~/entries/popup/Popup.svelte';
|
import Popup from '~/entries/popup/Popup.svelte';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user