MOBILE-3320 ios: Fix some ios styles
parent
7789d660de
commit
a3a68e670e
|
@ -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)));
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
ion-tab-button {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
ion-badge {
|
||||
top: calc(50% - 20px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue