[feature/frontend] filterable local emoji list (#1385)

This commit is contained in:
f0x52 2023-01-27 09:09:26 +01:00 committed by GitHub
commit 08f8feaec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 89 additions and 25 deletions

View file

@ -405,6 +405,10 @@ span.form-info {
.emoji-list {
background: $list-entry-bg;
.header .form-field {
flex: 1 1 auto;
}
.entry {
flex-direction: column;