diff options
author | 2024-10-21 14:04:50 +0200 | |
---|---|---|
committer | 2024-10-21 14:04:50 +0200 | |
commit | 8a93300ac43ffd70ca687d71ee8eefdb755e6a58 (patch) | |
tree | 4f091a3e8ad082738f65f5ab47a1be910bc94933 /web/source/settings/style.css | |
parent | [chore]: Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#3469) (diff) | |
download | gotosocial-0.17.1.tar.xz |
[feature] Add image descriptions for default avatar + header; don't allow editing default desc (#3473)v0.17.1
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r-- | web/source/settings/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 96ff0ff50..ecfe5910a 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -441,6 +441,11 @@ section.with-sidebar > form { .profile { max-width: 42rem; } + + .file-input-with-image-description { + max-width: 100%; + width: 100%; + } .overview { display: flex; |