mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 09:24:59 -06:00
Merge pull request #10179 from qbittorrent/webui-broken-link
Fix broken image link
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
padding: 1px 5px 1px 2em;
|
padding: 1px 5px 1px 2em;
|
||||||
background-image: url("../images/qbt-theme/edit-find.svg");
|
background-image: url("images/qbt-theme/edit-find.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1.5em;
|
background-size: 1.5em;
|
||||||
background-position: left;
|
background-position: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user