Skip to content

Commit

Permalink
small cleanup of small modal size values
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Apr 12, 2022
1 parent 89ad9a2 commit fd3d425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ export default {
// Sizing
&--small {
.modal-container {
width: 390px;
max-width: 95%;
width: 400px;
max-width: 90%;
max-height: 90%;
}
}
Expand Down Expand Up @@ -756,7 +756,7 @@ export default {
// Make modal full screen on mobile
@media only screen and (max-width: math.div($breakpoint-mobile, 2)) {
&:not(&--small) .modal-container {
.modal-container {
max-width: initial;
width: 100%;
max-height: initial;
Expand Down

0 comments on commit fd3d425

Please sign in to comment.