1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-08 22:07:53 +00:00

Fix icon in WebUI being trimmed

This commit is contained in:
Chocobo1 2022-08-19 17:08:11 +08:00
parent 0a289e15b4
commit b046b40668
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -310,11 +310,11 @@ li.divider {
}
.panel-collapse {
background: url("../icons/collapse.svg") left top no-repeat;
background: url("../icons/collapse.svg") center/16px no-repeat;
}
.panel-expand {
background: url("../icons/collapse.svg") left top no-repeat;
background: url("../icons/collapse.svg") center/16px no-repeat;
transform: rotate(180deg);
}