1
0
Fork 0
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:
Mark McDowall 2019-03-27 18:20:29 -07:00
parent cfa9d88be6
commit d5bb3bd799

View file

@ -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 {