From 650be1e8d0a805ab41ea9ce599023b87fffa18a3 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 5 Apr 2025 15:25:21 +0200 Subject: [feature] Allow deleting avatar + header via settings panel (#3970) --- web/source/settings/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/source/settings/style.css') 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; + } } /* -- cgit v1.2.3