MOBILE-3320 ios: Fix some ios styles
parent
7789d660de
commit
a3a68e670e
|
@ -12,6 +12,7 @@
|
||||||
ion-tab-bar.core-tabs-bar {
|
ion-tab-bar.core-tabs-bar {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
background: var(--tabs-background);
|
background: var(--tabs-background);
|
||||||
color: var(--tabs-color);
|
color: var(--tabs-color);
|
||||||
-webkit-filter: drop-shadow(0px 3px 3px rgba(var(--drop-shadow)));
|
-webkit-filter: drop-shadow(0px 3px 3px rgba(var(--drop-shadow)));
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
ion-tab-button {
|
ion-tab-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
ion-badge {
|
ion-badge {
|
||||||
top: calc(50% - 20px);
|
top: calc(50% - 20px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue