mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 08:15:27 +00:00
Fixed: Centering of expand/collapse icon for season
This commit is contained in:
parent
cfa9d88be6
commit
d5bb3bd799
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
margin-left: -15px;
|
margin-left: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noEpisodes {
|
.noEpisodes {
|
||||||
|
|
Loading…
Reference in a new issue