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>
71
71
}
72
72
</ ion-list >
73
73
</ ion-content >
74
- < ion-footer class =" ion-no-border " >
74
+ < ion-footer >
75
75
< ion-item button (click) ="openSettings() " [attr.aria-label] ="'core.settings.appsettings' | translate " [detail] ="true ">
76
76
< ion-icon name ="fas-gears " slot ="start " aria-hidden ="true " />
77
77
< ion-label >
Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ ion-app > ion-modal.core-modal-lateral {
168
168
--ion-safe-area-top : inherit ;
169
169
}
170
170
171
+ // Remove footer bottom shadow (Android only).
172
+ ion-footer .md {
173
+ clip-path : inset (-12px 0px 1px 0px );
174
+ }
175
+
171
176
ion-tabs .placement-side .tabs-inner {
172
177
--ion-safe-area-left : 0px ;
173
178
}
You can’t perform that action at this time.
0 commit comments