fix emoji form & eliminate copypasta
This commit is contained in:
parent
e4a33bf6d7
commit
c085acd2dd
6 changed files with 97 additions and 106 deletions
|
|
@ -381,6 +381,7 @@ nav {
|
|||
font-size: 1em;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font);
|
||||
height: 2em;
|
||||
|
||||
&.-transparent {
|
||||
backdrop-filter: blur(0.125em) contrast(60%);
|
||||
|
|
@ -705,9 +706,10 @@ option {
|
|||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
min-height: 2em;
|
||||
align-items: baseline;
|
||||
|
||||
.Select select {
|
||||
line-height: 1;
|
||||
.input {
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
> *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue