diff options
Diffstat (limited to 'source/options.css')
-rw-r--r-- | source/options.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/source/options.css b/source/options.css index 70b8483a..718ce0b0 100644 --- a/source/options.css +++ b/source/options.css @@ -1,5 +1,7 @@ html { min-width: 550px; + max-width: 700px; + margin: auto; overflow-x: hidden; } @@ -55,8 +57,9 @@ h2 ~ h2 { margin-top: 2em; } -.js-features p { +.js-features .feature { display: flex; + margin-top: 1em; } .js-features input { @@ -69,8 +72,11 @@ h2 ~ h2 { text-decoration: line-through; } +.js-features :not(:checked) + .info .extended-options { + display: none; +} + .js-features .description { - font-style: 0.8em; opacity: 0.8; } @@ -78,6 +84,15 @@ h2 ~ h2 { font-size: 0.9em; } +.js-features .info { + flex-grow: 1; +} + +.js-features .info p { + margin-top: 0.25em; + margin-bottom: 0.125em; +} + .feature-name + a { margin-left: 0.6em; } |