mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 13:56:32 +01:00
Fix CSS
This commit is contained in:
parent
21a6e760e5
commit
dd6a901ca1
2 changed files with 6 additions and 2 deletions
|
|
@ -33,6 +33,10 @@ a.no-link-color {
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.email:hover {
|
.email:hover {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #9b4cda;
|
background-color: #9b4cda;
|
||||||
|
|
|
||||||
|
|
@ -17,12 +17,12 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="mail_body" style="padding-left:10%;">
|
<div class="mail_body" style="padding-left:10%;">
|
||||||
<h1 style="text-align:left;">
|
<h3 style="text-align:left;">
|
||||||
{{ mail.subject }}
|
{{ mail.subject }}
|
||||||
<span style="float:right; padding-right:10vw;" >
|
<span style="float:right; padding-right:10vw;" >
|
||||||
From: {{ mail.from.text }} at {{ mail.date| date }}
|
From: {{ mail.from.text }} at {{ mail.date| date }}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
{% if mail.html %}
|
{% if mail.html %}
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue