MOBILE-4362 user: Fix top avatar margin

main
Pau Ferrer Ocaña 2023-10-11 15:55:03 +02:00
parent fd66b20692
commit b3f8606afd
2 changed files with 5 additions and 2 deletions

View File

@ -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