@@ -160,6 +160,12 @@ onMounted(async () => {
border: 2px solid rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.15);
flex-shrink: 0;
+
+ img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
}
.card-info {
@@ -317,6 +317,12 @@ const onAddDependent = () => {
.profile-avatar {
background: rgba(255, 255, 255, 0.18) !important;
border: 2px solid rgba(255, 255, 255, 0.45);
.profile-avatar-edit {