Add member editing and profile pictures

This commit is contained in:
Rafael Foster
2026-04-27 08:09:00 -03:00
parent b82a86c4b3
commit 6e410cb671
26 changed files with 737 additions and 21 deletions
+7
View File
@@ -2262,12 +2262,19 @@
font-size: var(--text-xs);
border: 2px solid var(--color-surface);
box-shadow: var(--shadow-xs);
overflow: hidden;
}
.family-widget-avatar + .family-widget-avatar {
margin-left: -8px;
}
.family-widget-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.budget-widget {
padding: var(--space-4);
}