summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-07-26 19:03:06 -0400
committerlolcat <will@lolcat.ca>2023-07-26 19:03:06 -0400
commit16ee0b368fcf24b48574172726e32a19c275d691 (patch)
tree563a53aa23bda137c3651d782990fd2e8fb39c13 /static
parentbca265aea67ec62499aaa113a6490ce9ec7fe730 (diff)
felt quirky, might commit later
Diffstat (limited to 'static')
-rw-r--r--static/client.js1
-rw-r--r--static/style.css2
2 files changed, 2 insertions, 1 deletions
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{