Add member editing and profile pictures
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user