mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-12 14:03:16 +01:00
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;
|
vertical-align : baseline;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
opacity : 0.2;
|
opacity : 0.0;
|
||||||
|
margin : 0 !important;
|
||||||
|
|
||||||
&.icon-sonarr-spinner {
|
&.icon-sonarr-spinner {
|
||||||
opacity : 1.0;
|
opacity : 1.0;
|
||||||
|
margin : 0 -0.5em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,8 +96,6 @@
|
|||||||
left : 0;
|
left : 0;
|
||||||
right : 0;
|
right : 0;
|
||||||
bottom : 0;
|
bottom : 0;
|
||||||
|
|
||||||
margin : 0 -0.5em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user