mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
Fix icon in WebUI being trimmed
This commit is contained in:
@@ -310,11 +310,11 @@ li.divider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-collapse {
|
.panel-collapse {
|
||||||
background: url("../icons/collapse.svg") left top no-repeat;
|
background: url("../icons/collapse.svg") center/16px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-expand {
|
.panel-expand {
|
||||||
background: url("../icons/collapse.svg") left top no-repeat;
|
background: url("../icons/collapse.svg") center/16px no-repeat;
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user