reduce height of post form by default
This commit is contained in:
parent
2a6f42fef3
commit
318c62c852
2 changed files with 10 additions and 6 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue