mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 16:57:28 -06:00
[feature] Allow deleting avatar + header via settings panel (#3970)
This commit is contained in:
parent
b184432331
commit
650be1e8d0
3 changed files with 70 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue