MOBILE-4362 user: Fix top avatar margin
parent
fd66b20692
commit
b3f8606afd
|
@ -1,7 +1,10 @@
|
||||||
:host {
|
:host {
|
||||||
.core-user-profile-maininfo::part(native) {
|
.core-user-profile-maininfo {
|
||||||
|
padding-top: 16px;
|
||||||
|
&::part(native) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
core-user-avatar {
|
core-user-avatar {
|
||||||
--core-avatar-size: var(--core-large-avatar-size);
|
--core-avatar-size: var(--core-large-avatar-size);
|
||||||
--contact-status-size: 24px;
|
--contact-status-size: 24px;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue