diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-29 19:10:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 19:10:57 -0500 |
commit | 04cf4ec8d58f3f0802973d1527f173b3926b62d0 (patch) | |
tree | d488443d62d9e0a16bd7565fcac7db7356154b29 /ext/mixed/css/material.css | |
parent | c7c5bab1a986c2babe40c3b41267ce4303b41499 (diff) |
Settings and welcome page improvements (#1326)
* Update wording to be less repetitive
* Remove the shadow theme option from the welcome page, to avoid confusion
* Update input sizes
* Update select text to not clip the triangle icon
* Update wording
* Update descriptions
* Remove "popup" to not exclude the search page
Diffstat (limited to 'ext/mixed/css/material.css')
-rw-r--r-- | ext/mixed/css/material.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index 1f1d45d7..bbc4fb83 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -33,7 +33,8 @@ --input-font-size-no-units: 1; --input-font-size: calc(1em * var(--input-font-size-no-units)); - --input-width: calc(100em / (var(--font-size-no-units) * var(--input-font-size-no-units))); + --input-spacing: calc(10em / var(--font-size-no-units)); + --input-width: calc(100em / (var(--font-size-no-units) * var(--input-font-size-no-units)) - var(--input-spacing) / 2); --input-width-large: calc(200em / (var(--font-size-no-units) * var(--input-font-size-no-units))); --input-height: calc(32em / (var(--font-size-no-units) * var(--input-font-size-no-units))); --input-border-radius: 0.25em; |