From 04cf4ec8d58f3f0802973d1527f173b3926b62d0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 29 Jan 2021 19:10:57 -0500 Subject: 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 --- ext/mixed/css/material.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/mixed') 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; -- cgit v1.2.3