move emoji picker's emoji button again
This partially reverts commit b8dabf3a6b.
This commit is contained in:
parent
f1e119d87c
commit
411546a6ab
2 changed files with 17 additions and 15 deletions
|
|
@ -208,11 +208,14 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
textarea.input.form-post-body {
|
||||
.input.form-post-body {
|
||||
// TODO: make a resizable textarea component?
|
||||
box-sizing: content-box; // needed for easier computation of dynamic size
|
||||
overflow: hidden;
|
||||
transition: min-height 200ms 100ms;
|
||||
// stock padding + 1 line of text (for counter)
|
||||
padding-bottom: calc(var(--_padding) + var(--post-line-height) * 1em);
|
||||
padding-right: 1.5em;
|
||||
// two lines of text
|
||||
height: calc(var(--post-line-height) * 1em);
|
||||
min-height: calc(var(--post-line-height) * 1em);
|
||||
|
|
@ -236,9 +239,11 @@
|
|||
.character-counter {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
right: 2.2em;
|
||||
padding: 0;
|
||||
margin: 0 0.5em;
|
||||
margin: 0;
|
||||
line-height: 2.2em;
|
||||
height: 2.2em;
|
||||
|
||||
&.error {
|
||||
color: var(--cRed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue