Bug Fix #68: Undetected Pages dialog scale
Automatically scales the undetected page preview based on the browser size.
This commit is contained in:
@@ -856,8 +856,10 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
}
|
||||
#undetectedPageDialog > .pagePreview {
|
||||
height: 700px;
|
||||
max-height: 700px;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
#undetectedPageDialog .actions {
|
||||
border-top: 1px solid #d1d1d1;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user