diff options
| author | 2023-06-13 12:21:26 +0200 | |
|---|---|---|
| committer | 2023-06-13 12:21:26 +0200 | |
| commit | 8fb5a7e7f8d4201590e709989e8f0627e800c147 (patch) | |
| tree | 2fb888f081584f33e198eadfcf218714c3824002 /web/source/settings/style.css | |
| parent | [docs] Made Advanced its own section (#1883) (diff) | |
| download | gotosocial-8fb5a7e7f8d4201590e709989e8f0627e800c147.tar.xz | |
[Frontend] Settings for profile fields (#1885)
* get max emoji size from instance settings
* expose (hardcoded) max amount of profile fields in instance api
* basic profile field setting
* fix profile field hook structure for updates
* *twirls mustache* fix ze tests
---------
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
Diffstat (limited to 'web/source/settings/style.css')
| -rw-r--r-- | web/source/settings/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 9392b76a5..84878728d 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -439,6 +439,17 @@ section.with-sidebar > div, section.with-sidebar > form { } } } + + .fields { + display: flex; + flex-direction: column; + gap: 0.5rem; + + .entry { + display: flex; + gap: 0.5rem; + } + } } form { |
