Modal improvements, profile information

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-21 23:40:39 +01:00
parent d6f0023cc9
commit 97d09317ae
7 changed files with 8 additions and 1 deletions

Binary file not shown.

View file

@ -554,3 +554,9 @@ a .account__avatar {
padding-right: 3px;
}
}
.account__birth-date {
display: flex;
align-items: center;
white-space: nowrap;
}

View file

@ -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: {}
}
```