From 16ee0b368fcf24b48574172726e32a19c275d691 Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 26 Jul 2023 19:03:06 -0400 Subject: felt quirky, might commit later --- static/client.js | 1 - static/style.css | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/client.js b/static/client.js index 82ea4df..545f0bc 100644 --- a/static/client.js +++ b/static/client.js @@ -577,7 +577,6 @@ function getproxylink(url){ return htmlspecialchars(url); }else{ - console.log(url); return '/proxy?i=' + encodeURIComponent(url); } } diff --git a/static/style.css b/static/style.css index c7cacfe..e5044b1 100644 --- a/static/style.css +++ b/static/style.css @@ -50,6 +50,8 @@ audio{ max-width:100%; + display:block; + margin-bottom:17px; } body,html{ -- cgit v1.2.3