MOBILE-3833 user-menu: Improve styles
parent
89030c9bc0
commit
597949d5bd
|
@ -1,3 +1,12 @@
|
||||||
:host-context(ion-tabs.placement-side div.tabs-inner) {
|
core-user-avatar {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host-context(ion-tabs.placement-side ion-toolbar) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host-context(ion-toolbar) core-user-avatar ::ng-deep img {
|
||||||
|
padding: 2px !important;
|
||||||
|
border: 1px solid var(--color);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue