MOBILE-4362 user: Fix top avatar margin
parent
fd66b20692
commit
b3f8606afd
|
@ -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 |
Loading…
Reference in New Issue