mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Fix icon in WebUI being trimmed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user