MOBILE-3320 ios: Fix some ios styles

main
Pau Ferrer Ocaña 2021-05-20 15:30:37 +02:00
parent 7789d660de
commit a3a68e670e
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
ion-tab-bar.core-tabs-bar {
position: relative;
width: 100%;
height: auto;
background: var(--tabs-background);
color: var(--tabs-color);
-webkit-filter: drop-shadow(0px 3px 3px rgba(var(--drop-shadow)));

View File

@ -35,6 +35,7 @@
ion-tab-button {
width: 100%;
height: auto;
ion-badge {
top: calc(50% - 20px);
}