We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67674b commit 58d24d5Copy full SHA for 58d24d5
static/src/global/app.css
@@ -155,8 +155,22 @@ ion-content::part(scroll) {
155
touch-action: pan-y pinch-zoom;
156
}
157
158
-@media (max-width: 991.98px) {
159
- .justify-content-center-lg-down {
160
- justify-content: center !important;
+@media only screen and (max-width: 575.98px) and (max-height: 575.98px) {
+ ion-model {
+ --width: 100%;
161
+ --height: 100%;
162
+ }
163
+}
164
+
165
+@media only screen and (min-width: 576px) and (min-height: 576px) {
166
+ ion-modal {
167
+ --width: 90%;
168
+ --max-width: 1000px;
169
+ --height: 90%;
170
+ --max-height: 1000px;
171
+ --ion-safe-area-top: 0px;
172
+ --ion-safe-area-bottom: 0px;
173
+ --ion-safe-area-right: 0px;
174
+ --ion-safe-area-left: 0px;
175
176
0 commit comments