File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
core/features/mainmenu/pages/more Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ <h1>{{ 'core.more' | translate }}</h1>
7171 }
7272 </ ion-list >
7373</ ion-content >
74- < ion-footer class =" ion-no-border " >
74+ < ion-footer >
7575 < ion-item button (click) ="openSettings() " [attr.aria-label] ="'core.settings.appsettings' | translate " [detail] ="true ">
7676 < ion-icon name ="fas-gears " slot ="start " aria-hidden ="true " />
7777 < ion-label >
Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ ion-app > ion-modal.core-modal-lateral {
168168 --ion-safe-area-top : inherit ;
169169}
170170
171+ // Remove footer bottom shadow (Android only).
172+ ion-footer .md {
173+ clip-path : inset (-12px 0px 0px 0px );
174+ }
175+
171176ion-tabs .placement-side .tabs-inner {
172177 --ion-safe-area-left : 0px ;
173178}
You can’t perform that action at this time.
0 commit comments