Adds HTML preview, solves https://github.com/liyasthomas/postwoman/issues/41
This commit is contained in:
@@ -171,7 +171,7 @@ fieldset.orange legend {
|
||||
color: #F5A623;
|
||||
}
|
||||
|
||||
.collapsible.hidden {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -290,3 +290,29 @@ fieldset#history {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.align-left { text-align: left; }
|
||||
.align-right { text-align: right; }
|
||||
|
||||
#response-details-wrapper {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
margin: 4px;
|
||||
|
||||
#response-details {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.covers-response {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: white;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user