Size of rss icon

merge-requests/30/head
Bob Mottram 2024-11-19 11:58:27 +00:00
parent b8341e65ef
commit 41468e0596
2 changed files with 4 additions and 2 deletions

View File

@ -347,7 +347,9 @@ details {
.accesskeys-right {
width: 10%;
}
.newswire_rss_image {
width: 30px;
}
.cw {
font-style: var(--cw-style);
font-weight: var(--cw-weight);

View File

@ -2458,7 +2458,7 @@ def html_known_epicyon_instances(base_dir: str, http_prefix: str,
http_prefix = 'http'
instances_text += \
instance + ' <a href="' + http_prefix + '://' + instance + \
'/newswire.xml"><img class="leftColEditImage" ' + \
'/newswire.xml"><img class="newswire_rss_image" ' + \
'loading="lazy" decoding="async" alt="' + newswire_str + \
'" title="' + newswire_str + \
'" src="/icons/logorss.png"></a><br>\n'