[feature] Allow user to set "bot" flag; show bot icon on profile (#3135)

* [feature] Allow user to set "bot" flag; show bot icon on profile

* tweak

* update customs
This commit is contained in:
tobi 2024-07-24 10:40:56 +02:00 committed by GitHub
commit 325b4a2b4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 117 additions and 32 deletions

View file

@ -445,22 +445,34 @@ section.with-sidebar > form {
}
}
.fields {
display: flex;
flex-direction: column;
gap: 0.5rem;
.entry {
display: flex;
gap: 0.5rem;
}
}
.theme, .form-field.radio {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
fieldset {
margin: 0;
padding: 0.5rem 1rem 1rem 1rem;
max-width: fit-content;
border: 0.1rem solid var(--gray1);
border-radius: 0.1rem;
>legend {
font-weight: bold;
}
.fields {
display: flex;
flex-direction: column;
gap: 0.5rem;
.entry {
display: flex;
gap: 0.5rem;
}
}
}
}
.migration-details {