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:
parent
5712945991
commit
fee14d7fe8
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 |
@ -8,7 +8,7 @@
|
|||||||
@keyup.enter="changePeriod(parents[0])"
|
@keyup.enter="changePeriod(parents[0])"
|
||||||
:title="getPeriodZoomOutText(parents[0])"
|
:title="getPeriodZoomOutText(parents[0])"
|
||||||
tabindex="1">
|
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>
|
||||||
</span>
|
</span>
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user