mirror of https://github.com/lidarr/Lidarr
Icon now completely hidden if spinner overlay is shown.
Fixed season action margin.
This commit is contained in:
parent
8bd675f9f4
commit
c274c7d589
|
@ -81,10 +81,12 @@
|
|||
vertical-align : baseline;
|
||||
|
||||
i {
|
||||
opacity : 0.2;
|
||||
opacity : 0.0;
|
||||
margin : 0 !important;
|
||||
|
||||
&.icon-sonarr-spinner {
|
||||
opacity : 1.0;
|
||||
margin : 0 -0.5em !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,8 +96,6 @@
|
|||
left : 0;
|
||||
right : 0;
|
||||
bottom : 0;
|
||||
|
||||
margin : 0 -0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue