Skip to content

Commit 5e152ba

Browse files
committed
triple padding on dialog bottom
1 parent f2414f7 commit 5e152ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ghcjs/delivery-calculator/capacitor.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"plugins": {
99
"Keyboard": {
10+
"resize": "body",
1011
"resizeOnFullScreen": true
1112
}
1213
}

ghcjs/miso-functora/dist/miso-functora/post-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ghcjs/miso-functora/lib/miso-functora/post-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dialog {
8181
max-height: 100% !important;
8282
overflow: auto !important;
8383
margin: 0 auto !important;
84-
padding: 1rem !important;
84+
padding: 1rem 1rem 3rem !important;
8585
z-index: 9999 !important;
8686
border-radius: 0 !important;
8787
display: initial;

0 commit comments

Comments
 (0)