fix emoji inputs having odd paddings and line-height
This commit is contained in:
parent
6536fe229b
commit
abd1407a0b
@ -531,7 +531,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Textareas should have stock line-height + vertical padding instead of huge line-height
|
// Textareas should have stock line-height + vertical padding instead of huge line-height
|
||||||
textarea {
|
textarea.input {
|
||||||
padding: var(--_padding);
|
padding: var(--_padding);
|
||||||
line-height: var(--post-line-height);
|
line-height: var(--post-line-height);
|
||||||
}
|
}
|
||||||
|
@ -113,6 +113,7 @@
|
|||||||
@import "../../variables";
|
@import "../../variables";
|
||||||
|
|
||||||
.input.emoji-input {
|
.input.emoji-input {
|
||||||
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -145,7 +146,6 @@
|
|||||||
textarea {
|
textarea {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding: 0;
|
|
||||||
// stylint-disable-next-line declaration-no-important
|
// stylint-disable-next-line declaration-no-important
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -158,7 +158,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hidden-overlay {
|
.hidden-overlay {
|
||||||
opacity: 0;
|
opacity: 1;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user