Cosmetics

This commit is contained in:
Eric van der Vlist 2022-10-04 07:54:32 +02:00
parent c0015a7cfa
commit 2376d4daba
2 changed files with 7 additions and 1 deletions

View File

@ -102,6 +102,7 @@ const Settings: React.FC<{}> = () => {
trigger='open-SettingsDialog'
enterAnimation={enterAnimation}
leaveAnimation={leaveAnimation}
className='full-height'
>
<IonToolbar>
<IonTitle>Settings</IonTitle>

View File

@ -51,7 +51,7 @@ ion-modal {
}
ion-modal.full-height {
--height: 99%;
--height: 100%;
}
/* ion-modal::part(backdrop) {
@ -64,6 +64,11 @@ ion-modal ion-toolbar {
--color: white;
}
ion-modal.full-height ion-toolbar {
--background: rgba(14,116,144, 1);
}
ion-modal ion-toolbar.secondary {
--background: inherit;
--color: inherit;