summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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{