mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-13 08:27:29 -06:00
[feature] Serialize local account role via API, and show it via web view (#1045)
* [feature] Add 'role' field to api serialization of local accounts * [chore] Add a bit of license text while I'm here * [frogend] render account role on same line as username in web view of profile * style tweaking on role badges, general profile header layout * profile stats wrapping * don't render standard 'user' role on web view Co-authored-by: f0x <f0x@cthu.lu>
This commit is contained in:
parent
4cd00d546c
commit
a39a664525
10 changed files with 167 additions and 44 deletions
|
|
@ -60,6 +60,7 @@ body {
|
|||
display: grid;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
width: 100vw;
|
||||
|
||||
grid-template-columns: auto minmax(auto, 90ch) auto;
|
||||
grid-template-columns: auto min(92%, 90ch) auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue