Skip to content

Commit 28eb713

Browse files
committed
Make modal dialogs wider on wider screens
1 parent cb66cbd commit 28eb713

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/default.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ a.external {
138138
.modal-card-foot {
139139
justify-content: flex-end;
140140
}
141+
@media screen and (min-width: 1023px) {
142+
.modal-content,
143+
.modal-card {
144+
width: 894px;
145+
}
146+
}
141147

142148
.leaflet-control-buttons a:hover {
143149
background-color: #ffffff;

0 commit comments

Comments
 (0)