mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 09:33:01 -06:00
[feature/frontend] Allow setting alt-text for avatar + header (#3086)
This commit is contained in:
parent
43c480aec4
commit
d70f4e166d
18 changed files with 395 additions and 140 deletions
|
|
@ -400,12 +400,13 @@ section.with-sidebar > form {
|
|||
width: 24rem;
|
||||
}
|
||||
}
|
||||
|
||||
.file-input-with-image-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
.file-input-with-image-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -422,11 +423,13 @@ section.with-sidebar > form {
|
|||
}
|
||||
|
||||
.user-profile {
|
||||
.profile {
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
||||
.overview {
|
||||
display: grid;
|
||||
max-width: 60rem;
|
||||
grid-template-columns: 70% 30%;
|
||||
grid-template-rows: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
|
||||
.files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue