Cosmetics
This commit is contained in:
parent
c0015a7cfa
commit
2376d4daba
|
@ -102,6 +102,7 @@ const Settings: React.FC<{}> = () => {
|
||||||
trigger='open-SettingsDialog'
|
trigger='open-SettingsDialog'
|
||||||
enterAnimation={enterAnimation}
|
enterAnimation={enterAnimation}
|
||||||
leaveAnimation={leaveAnimation}
|
leaveAnimation={leaveAnimation}
|
||||||
|
className='full-height'
|
||||||
>
|
>
|
||||||
<IonToolbar>
|
<IonToolbar>
|
||||||
<IonTitle>Settings</IonTitle>
|
<IonTitle>Settings</IonTitle>
|
||||||
|
|
|
@ -51,7 +51,7 @@ ion-modal {
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-modal.full-height {
|
ion-modal.full-height {
|
||||||
--height: 99%;
|
--height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ion-modal::part(backdrop) {
|
/* ion-modal::part(backdrop) {
|
||||||
|
@ -64,6 +64,11 @@ ion-modal ion-toolbar {
|
||||||
--color: white;
|
--color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-modal.full-height ion-toolbar {
|
||||||
|
--background: rgba(14,116,144, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ion-modal ion-toolbar.secondary {
|
ion-modal ion-toolbar.secondary {
|
||||||
--background: inherit;
|
--background: inherit;
|
||||||
--color: inherit;
|
--color: inherit;
|
||||||
|
|
Loading…
Reference in New Issue