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
|
@ -507,12 +507,14 @@
|
|||
}
|
||||
|
||||
.form-post-body {
|
||||
resize: none;
|
||||
box-sizing: content-box;
|
||||
overflow: hidden;
|
||||
transition: min-height 200ms 100ms;
|
||||
padding-bottom: 1.75em;
|
||||
min-height: 2em;
|
||||
box-sizing: content-box;
|
||||
padding-bottom: calc(var(--padding) + 1.2em);
|
||||
// Because we changed box-sizing original height values are no longer correct
|
||||
height: 1.2em;
|
||||
min-height: 1.2em;
|
||||
resize: none;
|
||||
|
||||
&.scrollable-form {
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue