Index: gc_lang/fr/webext/content_scripts/panel_tf.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_tf.css +++ gc_lang/fr/webext/content_scripts/panel_tf.css @@ -9,11 +9,11 @@ div#grammalecte_tf_options { display: flex; padding: 10px; } div.grammalecte_tf_column { - width: 360px; + min-width: 45%; padding: 0 5px; } div.grammalecte_tf_groupblock { padding: 1px 10px 10px 13px; margin: 10px 0 15px 0; @@ -110,12 +110,13 @@ } div#grammalecte_tf_reset:hover { background-color: hsl(210, 50%, 40%); } progress#grammalecte_tf_progressbar { - width: 360px; + flex-grow: 1; height: 29px; + margin-left: 10px; } span#grammalecte_tf_time_res { width: 60px; padding: 5px 10px; }