Skip to content

Commit 775e470

Browse files
author
Cristiano Betta
committed
Merge pull request #37 from SeraphimSerapis/lightbox_resize
Adjusts lightbox size
2 parents 4b71621 + 92cfca3 commit 775e470

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ form {
7575
padding: 35px 20px 20px;
7676
}
7777

78+
form.modal-body {
79+
max-height: 500px;
80+
}
81+
7882
@media (min-width: 0) and (max-width: 660px) {
7983
.nav-tabs > li > a {
8084
padding: 8px;
@@ -85,4 +89,4 @@ form {
8589
.edit {
8690
float: none;
8791
}
88-
}
92+
}

0 commit comments

Comments
 (0)