commit
fd446458fe
|
@ -7,6 +7,7 @@
|
||||||
core-user-avatar {
|
core-user-avatar {
|
||||||
display: block;
|
display: block;
|
||||||
--core-avatar-size: var(--core-large-avatar-size);
|
--core-avatar-size: var(--core-large-avatar-size);
|
||||||
|
height: calc(var(--core-avatar-size) + 16px);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
|
@ -15,19 +16,22 @@
|
||||||
.contact-status {
|
.contact-status {
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
|
right: calc(50% - 12px - var(--core-avatar-size) / 2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-avatar {
|
.edit-avatar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -24px;
|
right: calc(50% - 15px - var(--core-avatar-size) / 2);
|
||||||
bottom: -12px;
|
bottom: -12px;
|
||||||
--border-radius: 50%;
|
|
||||||
--background: var(--ion-item-background);
|
|
||||||
|
|
||||||
:host-context([dir="rtl"]) & {
|
:host-context([dir="rtl"]) & {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: unset;
|
right: unset;
|
||||||
}
|
}
|
||||||
|
&::part(native) {
|
||||||
|
border-radius: 50%;
|
||||||
|
background: var(--ion-item-background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue