MOBILE-4362 styles: Do not round borders on fullscreen modals

main
Pau Ferrer Ocaña 2023-10-05 12:16:06 +02:00
parent ed284ddae6
commit 0660fb56c0
1 changed files with 5 additions and 3 deletions

View File

@ -1869,13 +1869,15 @@ video::-webkit-media-text-track-display {
}
ion-modal {
.modal-wrapper {
--border-radius: var(--modal-radius);
&.show-modal {
@media only screen and (min-width: 768px) and (min-height: 600px) {
--border-radius: var(--modal-radius);
}
}
&.core-modal-lateral,
&.core-modal-fullscreen {
--modal-radius: 0px;
--border-radius: 0px;
}
&.core-modal-no-background {