fix(birthdays): anchor photo action buttons under avatar

This commit is contained in:
Rafael Foster
2026-04-29 07:11:34 -03:00
parent 3e0549524e
commit 36913faf8d
2 changed files with 22 additions and 12 deletions
+8
View File
@@ -349,6 +349,14 @@
gap: var(--space-4);
}
.birthday-modal__photo-wrap {
width: 84px;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.birthday-modal__fields {
flex: 1;
min-width: 0;