From e50007c3d557b4737f11b0f60c3874123eae4da9 Mon Sep 17 00:00:00 2001 From: Naomi Calabretta Date: Mon, 5 Aug 2024 04:05:15 +0200 Subject: [PATCH] sheet moment --- src/lib/theme/components.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/lib/theme/components.css b/src/lib/theme/components.css index a562ed5..94bca92 100644 --- a/src/lib/theme/components.css +++ b/src/lib/theme/components.css @@ -1,4 +1,10 @@ /* Headerbar */ + +.md.md3 ion-modal.modal-sheet ion-header ion-toolbar:first-of-type { + --padding-top: 16px; + --min-height: 80px; +} + .md.md3 ion-toolbar { --min-height: 64px; --padding-start: 16px; @@ -191,3 +197,8 @@ .ion-palette-dark.md.md3 ion-tab-bar ion-tab-button.tab-selected ion-icon { background: rgb(var(--md3-shade-30)); } + +/* Modal handle */ +.md.md3 ion-modal::part(handle) { + top: 16px; +} \ No newline at end of file