mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 05:46:33 +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;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.email:hover {
|
||||
color: black;
|
||||
background-color: #9b4cda;
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@
|
|||
</div>
|
||||
<hr>
|
||||
<div class="mail_body" style="padding-left:10%;">
|
||||
<h1 style="text-align:left;">
|
||||
<h3 style="text-align:left;">
|
||||
{{ mail.subject }}
|
||||
<span style="float:right; padding-right:10vw;" >
|
||||
From: {{ mail.from.text }} at {{ mail.date| date }}
|
||||
</span>
|
||||
</p>
|
||||
</h3>
|
||||
</div>
|
||||
{% if mail.html %}
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue