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> <title>Downloading...</title>
</head> </head>
<body> <body>
<title style="display: none;" aria-disabled="true">Downloading...</title> <div class="mainDiv">
<h1>Downloading...</h1> <title style="display: none;" aria-disabled="true">Downloading...</title>
<p style="white-space: pre-wrap; padding: 0;">{CONTENT}</p> <h1>Downloading...<hr></h1>
<p style="white-space: pre-wrap; padding: 0;">{CONTENT}</p>
</div>
</body> </body>
</html> </html>

View file

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