aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 00:07:51 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 00:08:55 +0300
commit318c62c8526f2513f9760dba9ccc48d8c27c7645 (patch)
tree84c3fafab77fb67c606ef91e04770e51dff9b7ef /src/App.scss
parent2a6f42fef3ff9c087aab4589d229e0f6c1b45c90 (diff)
reduce height of post form by default
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss6
1 files changed, 4 insertions, 2 deletions
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],