summaryrefslogtreecommitdiff
path: root/web/source/settings/style.css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-01-27 09:09:26 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-27 09:09:26 +0100
commit08f8feaec50c63ffd2f51d5589b3015b60e8f859 (patch)
tree97032442237bd149c128e29ff2da56afb4352a2e /web/source/settings/style.css
parent[chore] set max open / idle conns + conn max lifetime for both postgres and s... (diff)
downloadgotosocial-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.css4
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;