improve profile viewer

This commit is contained in:
hippoz 2023-03-20 02:16:55 +02:00
parent 7dcdf98b4e
commit 870de09b0e
Signed by: hippoz
GPG key ID: 56C4E02A85F2FBED
2 changed files with 2 additions and 3 deletions

View file

@ -2,16 +2,15 @@
@use '../../partials/dir'; @use '../../partials/dir';
.room-profile { .room-profile {
&__content { &__content {
@extend .cp-fx__row; @extend .cp-fx__row;
align-items: center;
& .avatar-container { & .avatar-container {
min-width: var(--av-large); min-width: var(--av-large);
} }
} }
&__display { &__display {
align-self: flex-end;
@include dir.side(margin, var(--sp-loose), 0); @include dir.side(margin, var(--sp-loose), 0);
& > div:first-child { & > div:first-child {

View file

@ -15,10 +15,10 @@
.profile-viewer { .profile-viewer {
&__user { &__user {
display: flex; display: flex;
align-items: center;
padding-bottom: var(--sp-normal); padding-bottom: var(--sp-normal);
&__info { &__info {
align-self: flex-end;
flex: 1; flex: 1;
min-width: 0; min-width: 0;