diff options
| author | 2025-04-05 15:25:21 +0200 | |
|---|---|---|
| committer | 2025-04-05 15:25:21 +0200 | |
| commit | 650be1e8d0a805ab41ea9ce599023b87fffa18a3 (patch) | |
| tree | 116a64f10d9e226af8e928d0aa19a90350e311c8 /web/source/settings/style.css | |
| parent | [feature] Allow editing domain blocks/allows, fix comment import (#3967) (diff) | |
| download | gotosocial-650be1e8d0a805ab41ea9ce599023b87fffa18a3.tar.xz | |
[feature] Allow deleting avatar + header via settings panel (#3970)
Diffstat (limited to 'web/source/settings/style.css')
| -rw-r--r-- | web/source/settings/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index c05072043..2afb44c42 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -447,6 +447,12 @@ section.with-sidebar > form { flex-direction: column; justify-content: space-around; gap: 0.5rem; + + .delete-header-button, + .delete-avatar-button { + margin-top: 0.5rem; + font-size: 1rem; + } } /* |
