aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGlenn Sorrentino <glenn.sorrentino@pm.me>2022-04-05 19:21:22 -0700
committerGlenn Sorrentino <glenn.sorrentino@pm.me>2022-04-05 19:21:22 -0700
commitc2362f77a786752e78e26e4a90f325147953f561 (patch)
tree718ccf18cf25e580df5852e1733e6d336d759be5 /cli
parent5d754f5784d6d28282b2003003ea4346b7178afb (diff)
downloadonionshare-c2362f77a786752e78e26e4a90f325147953f561.tar.gz
onionshare-c2362f77a786752e78e26e4a90f325147953f561.zip
Update listing.html
remove hard-coded image size
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/templates/listing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/onionshare_cli/resources/templates/listing.html b/cli/onionshare_cli/resources/templates/listing.html
index 8e0dedf7..2ab689d4 100644
--- a/cli/onionshare_cli/resources/templates/listing.html
+++ b/cli/onionshare_cli/resources/templates/listing.html
@@ -34,7 +34,7 @@
{% for info in dirs %}
<div class="d-flex">
<div>
- <img width="30" height="30" title="" alt="" src="{{ static_url_path }}/img/web_folder.png" />
+ <img title="" alt="" src="{{ static_url_path }}/img/web_folder.png" />
<a href="{{ info.link }}">
<span>{{ info.basename }}</span>
</a>
@@ -57,4 +57,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>