From f6c3683ab812e21e529f8cd27468c7ffa2a65da5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 29 Jan 2021 00:15:28 -0500 Subject: [PATCH] fix snapshot favicon loading spinner height --- archivebox/index/html.py | 2 +- archivebox/themes/default/main_index_row.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archivebox/index/html.py b/archivebox/index/html.py index 91ff83cd..28f25fde 100644 --- a/archivebox/index/html.py +++ b/archivebox/index/html.py @@ -161,4 +161,4 @@ def snapshot_icons(snapshot) -> str: output += '{} '.format(canon["archive_org_path"], str(exists), "archive_org", icons.get("archive_org", "?")) - return format_html('{}', mark_safe(output)) + return format_html('{}', mark_safe(output)) diff --git a/archivebox/themes/default/main_index_row.html b/archivebox/themes/default/main_index_row.html index cb821f61..bcc3e112 100644 --- a/archivebox/themes/default/main_index_row.html +++ b/archivebox/themes/default/main_index_row.html @@ -6,7 +6,7 @@ {% if link.is_archived %} {% else %} - + {% endif %} @@ -28,7 +28,7 @@ {{link.icons}} {{link.num_outputs}} {% else %} 📄 - {{link.num_outputs}} + {{link.num_outputs}} {% endif %}