Bug Fix #68: Undetected Pages dialog scale

Automatically scales the undetected page preview based on the browser
size.
This commit is contained in:
Gary Sharp
2014-07-28 17:33:49 +10:00
parent 2d8dcb6900
commit 7062a40dfb
5 changed files with 90 additions and 73 deletions
+2
View File
@@ -963,8 +963,10 @@ div.logEventsViewport {
#undetectedPageDialog {
& > .pagePreview {
height: 700px;
max-height: 700px;
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
}
.actions {