Skip to content

Commit

Permalink
sheet moment
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Aug 5, 2024
1 parent d4dd947 commit e50007c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/lib/theme/components.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
}

0 comments on commit e50007c

Please sign in to comment.