Better ui

This commit is contained in:
bingus_violet 2024-03-22 21:36:17 -05:00
parent dabc5fe169
commit 02ef261fa1
2 changed files with 9 additions and 3 deletions

View file

@ -10,8 +10,10 @@
<title>Downloading...</title>
</head>
<body>
<div class="mainDiv">
<title style="display: none;" aria-disabled="true">Downloading...</title>
<h1>Downloading...</h1>
<h1>Downloading...<hr></h1>
<p style="white-space: pre-wrap; padding: 0;">{CONTENT}</p>
</div>
</body>
</html>

View file

@ -82,6 +82,10 @@ body {
}
iframe {
display: none;
}
@media screen and (min-height: 500px) {
html,
body {