Modal improvements, profile information
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
d6f0023cc9
commit
97d09317ae
7 changed files with 8 additions and 1 deletions
Binary file not shown.
BIN
app/soapbox/features/birthdays/account.js
Normal file
BIN
app/soapbox/features/birthdays/account.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -554,3 +554,9 @@ a .account__avatar {
|
|||
padding-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.account__birth-date {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -126,7 +126,8 @@ If it's not documented, it's because I inherited it from Mastodon and I don't kn
|
|||
groups: {},
|
||||
followers: {},
|
||||
mutes: {},
|
||||
favourited_by: {}
|
||||
favourited_by: {},
|
||||
birthday_reminders: {}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue