mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Bug Fix: Modals now fit onto the screen on mobile devices
This commit is contained in:
parent
44deb1c0df
commit
d73dca66a9
@ -971,6 +971,10 @@ body.blur > *:not(#modal-container) {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint($mobile) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-info {
|
||||
@ -1029,6 +1033,10 @@ body.blur > *:not(#modal-container) {
|
||||
|
||||
.modal-style-wide {
|
||||
width: 550px;
|
||||
|
||||
@include breakpoint($mobile) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-style-centered {
|
||||
|
Loading…
Reference in New Issue
Block a user