From 318c62c8526f2513f9760dba9ccc48d8c27c7645 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 26 Apr 2022 00:07:51 +0300 Subject: reduce height of post form by default --- src/App.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 3d30ec79..3a0204d1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -440,6 +440,8 @@ textarea, height: unset; } + --padding: 0.5em; + border: none; border-radius: $fallback--inputRadius; border-radius: var(--inputRadius, $fallback--inputRadius); @@ -456,10 +458,10 @@ textarea, box-sizing: border-box; display: inline-block; position: relative; - height: 2em; + height: 2.4em; line-height: 1.2; hyphens: none; - padding: 8px 0.5em; + padding: var(--padding); &:disabled, &[disabled=disabled], -- cgit v1.2.3-70-g09d2