From 02ef261fa14e3b82ba4942d3939156ac12926188 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 22 Mar 2024 21:36:17 -0500 Subject: [PATCH] Better ui --- resources/downloading.html | 8 +++++--- static/style.css | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/resources/downloading.html b/resources/downloading.html index 4a19474..5a4817a 100644 --- a/resources/downloading.html +++ b/resources/downloading.html @@ -10,8 +10,10 @@ Downloading... - Downloading... -

Downloading...

-

{CONTENT}

+
+ Downloading... +

Downloading...

+

{CONTENT}

+
\ No newline at end of file diff --git a/static/style.css b/static/style.css index 13e8428..9fa715c 100644 --- a/static/style.css +++ b/static/style.css @@ -82,6 +82,10 @@ body { } +iframe { + display: none; +} + @media screen and (min-height: 500px) { html, body {