diff options
| author | 2023-01-27 09:09:26 +0100 | |
|---|---|---|
| committer | 2023-01-27 09:09:26 +0100 | |
| commit | 08f8feaec50c63ffd2f51d5589b3015b60e8f859 (patch) | |
| tree | 97032442237bd149c128e29ff2da56afb4352a2e /web/source/settings/style.css | |
| parent | [chore] set max open / idle conns + conn max lifetime for both postgres and s... (diff) | |
| download | gotosocial-08f8feaec50c63ffd2f51d5589b3015b60e8f859.tar.xz | |
[feature/frontend] filterable local emoji list (#1385)
Diffstat (limited to 'web/source/settings/style.css')
| -rw-r--r-- | web/source/settings/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 745021418..d46df683a 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -405,6 +405,10 @@ span.form-info { .emoji-list { background: $list-entry-bg; + .header .form-field { + flex: 1 1 auto; + } + .entry { flex-direction: column; |
