mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 13:11:29 +00:00
fix feed icons size
This commit is contained in:
@@ -4545,7 +4545,7 @@
|
||||
$line = db_fetch_assoc($result);
|
||||
|
||||
if ($line["icon_url"]) {
|
||||
$feed_icon = "<img class=\"feedIcon\" src=\"" . $line["icon_url"] . "\">";
|
||||
$feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
|
||||
} else {
|
||||
$feed_icon = " ";
|
||||
}
|
||||
|
||||
@@ -1499,7 +1499,7 @@ div.fatalError textarea {
|
||||
display : none;
|
||||
}
|
||||
|
||||
img.feedIcon {
|
||||
img.feedIcon, img.tinyFeedIcon {
|
||||
max-width : 16px;
|
||||
max-height : 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user