Skip to content
Snippets Groups Projects
Commit 4e533657 authored by kasperisager's avatar kasperisager
Browse files

Use a large dialog window for the preview modal in post sections

parent 733015e8
No related branches found
No related tags found
No related merge requests found
......@@ -4326,6 +4326,11 @@ button.token-input-delete-token {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
@media (min-width: 992px) {
[class*="Section-Post"] .Overlay > .Popup {
width: 900px;
}
}
.Overlay {
display: block;
}
......
......@@ -45,6 +45,11 @@
&:extend(.modal.in .modal-dialog);
}
// Use a large dialog window for the preview modal in post sections
[class*="Section-Post"] & {
&:extend(.modal-lg);
}
h1 {
margin: -@modal-inner-padding;
margin-bottom: @modal-inner-padding;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment