Skip to content

Commit 0d9b038

Browse files
author
Daniel Bruce
committed
Fixes potentially large images breaking modal.
1 parent a942a7e commit 0d9b038

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spider/assets/css/data.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ body {
77
background-color: #eee;
88
}
99

10+
img {
11+
max-width: 100%;
12+
}
13+
1014
.page_no {
1115
font-weight:bold;
1216
font-style:italic;

spider/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ if (document.getElementById('q')) {
190190
);
191191

192192
search.start();
193-
}
193+
}

0 commit comments

Comments
 (0)