Index: gc_lang/fr/webext/content_scripts/panel.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel.css +++ gc_lang/fr/webext/content_scripts/panel.css @@ -113,12 +113,13 @@ /* Spinner */ .grammalecte_spinner { visibility: hidden; - width: 20px; - height: 20px; + box-sizing: border-box; + width: 40px; + height: 40px; position: absolute; top: 0px; right: 200px; background-color: hsla(210, 80%, 80%, .5); border: 10px solid hsla(210, 80%, 60%, .5);