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,6 +1,9 @@
:host {
.core-user-profile-maininfo::part(native) {
flex-direction: column;
.core-user-profile-maininfo {
padding-top: 16px;
&::part(native) {
flex-direction: column;
}
}
core-user-avatar {
--core-avatar-size: var(--core-large-avatar-size);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB