fix: modal styles on mobile
This commit is contained in:
parent
20c4ecaa0c
commit
0f07e75905
@ -20,6 +20,7 @@
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
--border-color: var(--gray);
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
@ -28,6 +29,11 @@
|
||||
width: 600px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.modal-body {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-body button.secondary:hover {
|
||||
background-color: var(--gray);
|
||||
|
Loading…
x
Reference in New Issue
Block a user