mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix icon in WebUI being trimmed
This commit is contained in:
parent
0a289e15b4
commit
b046b40668
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue