mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Update listing.html
remove hard-coded image size
This commit is contained in:
parent
5d754f5784
commit
c2362f77a7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue