diff options
| author | 2024-07-08 15:47:03 +0200 | |
|---|---|---|
| committer | 2024-07-08 15:47:03 +0200 | |
| commit | d70f4e166dd9ce2f11a6ac2d7a2e500515657041 (patch) | |
| tree | 256f2a4423742a41adceb00dbec0cd56c568e908 /web/source/settings/style.css | |
| parent | [chore]: Bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 (#3083) (diff) | |
| download | gotosocial-d70f4e166dd9ce2f11a6ac2d7a2e500515657041.tar.xz | |
[feature/frontend] Allow setting alt-text for avatar + header (#3086)
Diffstat (limited to 'web/source/settings/style.css')
| -rw-r--r-- | web/source/settings/style.css | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index cdae6b972..f9c098ace 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -400,12 +400,13 @@ section.with-sidebar > form { width: 24rem; } } - - .file-input-with-image-description { - display: flex; - flex-direction: column; - justify-content: space-around; - } +} + +.file-input-with-image-description { + display: flex; + flex-direction: column; + justify-content: space-around; + gap: 0.5rem; } /* @@ -422,11 +423,13 @@ section.with-sidebar > form { } .user-profile { + .profile { + max-width: 42rem; + } + .overview { - display: grid; - max-width: 60rem; - grid-template-columns: 70% 30%; - grid-template-rows: auto; + display: flex; + flex-direction: column; gap: 1rem; .files { |
