Updated bird profile view

This commit is contained in:
blaisadmin
2026-05-21 21:23:49 -04:00
parent 49d75f34be
commit b7186528c5
2 changed files with 95 additions and 2 deletions
+18
View File
@@ -236,6 +236,12 @@ textarea {
filter: drop-shadow(0 10px 18px rgba(86, 63, 34, 0.12));
}
.public-profile-logo-link {
display: inline-flex;
justify-content: center;
width: 100%;
}
.public-profile-photo {
width: min(260px, 100%);
aspect-ratio: 1;
@@ -745,6 +751,18 @@ textarea {
flex-wrap: wrap;
}
.member-header-actions {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
justify-content: end;
align-items: center;
}
.member-header-actions .bird-alert-stack {
justify-content: end;
}
.billing-inline-action {
display: flex;
align-items: center;