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:
parent
0a289e15b4
commit
b046b40668
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user