mirror of
https://github.com/moparisthebest/mail
synced 2024-11-11 03:35:01 -05:00
Improve spacing between reader body and display images button
This commit is contained in:
parent
2500b46f3a
commit
636e6ffad9
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="overflow-y: auto">
|
||||
<html style="overflow: auto">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -114,9 +114,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.showImages {
|
||||
.display-images {
|
||||
flex-shrink: 0;
|
||||
padding: 1em;
|
||||
padding: 0.9em;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
@ -127,7 +127,6 @@
|
||||
|
||||
iframe {
|
||||
flex-grow: 1;
|
||||
margin-top: 1.75em;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
@ -135,7 +134,6 @@
|
||||
|
||||
.body {
|
||||
flex-grow: 1;
|
||||
margin-top: 1.75em;
|
||||
line-height: 1.5em;
|
||||
overflow-y: scroll;
|
||||
user-select: text;
|
||||
|
@ -53,8 +53,8 @@
|
||||
</div><!--/.working-->
|
||||
</div><!--/.working-wrapper-->
|
||||
|
||||
<div class="showImages" ng-show="html && showImageButton">
|
||||
<a href='#' ng-click="displayImages(); $event.preventDefault()">Display images</a>
|
||||
<div class="display-images">
|
||||
<a ng-show="html && showImageButton" href='#' ng-click="displayImages(); $event.preventDefault()">Display images</a>
|
||||
</div>
|
||||
|
||||
<!-- Render html body in sandboxed iframe -->
|
||||
|
Loading…
Reference in New Issue
Block a user