(arguably) improved layouting of user profile page #403

Open
Riedler wants to merge 14 commits from Riedler/akkoma-fe:user-profile-changes into develop
Showing only changes of commit 31055fb4f2 - Show all commits

View file

@ -105,16 +105,11 @@
padding: 0 26px; padding: 0 26px;
.container { .container {
min-width: 0;
padding: 16px 0 6px; padding: 16px 0 6px;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
max-height: 56px; max-height: 56px;
> * {
min-width: 0;
}
.Avatar { .Avatar {
--_avatarShadowBox: var(--avatarShadow); --_avatarShadowBox: var(--avatarShadow);
--_avatarShadowFilter: var(--avatarShadowFilter); --_avatarShadowFilter: var(--avatarShadowFilter);