Skip to content

Commit

Permalink
Fix the icon to fit within the row in the main window tracker column.
Browse files Browse the repository at this point in the history
  • Loading branch information
cross committed Dec 29, 2023
1 parent 7199805 commit 87ab2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deluge/ui/web/js/deluge-all/TorrentGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
return String.format(
'<div style="background: url(' +
deluge.config.base +
'tracker/{0}) no-repeat; padding-left: 20px;">{0}</div>',
'tracker/{0}) no-repeat; background-size: contain; padding-left: 20px;">{0}</div>',
Ext.util.Format.htmlEncode(value)
);
}
Expand Down

0 comments on commit 87ab2ab

Please sign in to comment.