diff --git a/options/index.css b/options/index.css index 96c93fa1..bad4ca01 100644 --- a/options/index.css +++ b/options/index.css @@ -7,6 +7,14 @@ html.opera body { text-align: initial; } +html.firefox .block { + padding-left: 6px; +} + +html.firefox #notes { + padding-left: calc(6px + 2ex); +} + body { margin: 0; font-family: "Helvetica Neue", Helvetica, sans-serif;