1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Use fontawesome icon for timeline zoom out, remove unused static files (#895)

* Replace zoomout image in timeline with fontawesome icon
* Remove unused icons from static directory
This commit is contained in:
Tessa Walsh 2024-04-17 00:47:58 -04:00 committed by GitHub
parent 5712945991
commit fee14d7fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -8,7 +8,7 @@
@keyup.enter="changePeriod(parents[0])"
:title="getPeriodZoomOutText(parents[0])"
tabindex="1">
<img src="/static/zoom-out-icon-333316.png" /> {{parents[0].getReadableId(true)}}
<i class="fa fa-search-minus"></i> {{parents[0].getReadableId(true)}}
</span>
</span>
&gt;