refactoring avatar settings (#123)

Signed-off-by: Norcross <andrew.norcross@gmail.com>
This commit is contained in:
Norcross 2025-07-17 16:43:45 -04:00 committed by GitHub
parent 10ca60baee
commit 80d56075f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 175 additions and 168 deletions

View file

@ -1,34 +0,0 @@
.fair-settings .row {
align-items: flex-start;
display: flex;
gap: 1em;
margin-bottom: 1em;
}
.fair-settings .row > .label-wrapper {
flex: 0 0 auto;
font-weight: 600;
line-height: 1.3;
max-width: 30em;
min-width: 20em;
}
.fair-settings .row .description {
margin-top: 0.5em;
}
@media screen and (max-width: 782px) {
.fair-settings .row {
flex-direction: column;
gap: 0;
}
.fair-settings .row > .label-wrapper {
max-width: 100%;
padding-bottom: 0.5em;
}
.fair-settings .row .field select {
margin: 0;
}
}