css style tweaks for icons

This commit is contained in:
Nick Sweeting 2020-11-28 01:06:23 -05:00
parent 910f3d65c7
commit 9661c863b3

View file

@ -51,4 +51,4 @@ def get_icons(snapshot: Snapshot) -> str:
output += '<a href="{}" class="exists-{}" title="{}">{}</a> '.format(canon["archive_org_path"], str(exists), output += '<a href="{}" class="exists-{}" title="{}">{}</a> '.format(canon["archive_org_path"], str(exists),
"archive_org", icons.get("archive_org", "?")) "archive_org", icons.get("archive_org", "?"))
return format_html(f'<span class="files-icons" style="font-size: 1.2em; opacity: 0.8">{output}<span>') return format_html(f'<span class="files-icons" style="font-size: 1.1em; opacity: 0.8">{output}<span>')