mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 03:21:36 +00:00
Improved styling
This commit is contained in:
parent
d41be7d8b1
commit
c7b6583979
1 changed files with 11 additions and 3 deletions
|
@ -185,9 +185,17 @@
|
|||
<hr>
|
||||
<p id="message" style="width: 100%;"></p>
|
||||
<hr>
|
||||
<span id="copy" style="font-size: x-large">📋</span>
|
||||
 
|
||||
<span id="email" style="font-size: x-large">📧</span>
|
||||
<div style="margin-top: 20px;">
|
||||
<div id="copy" style="display: inline-block; text-align: center;">
|
||||
<span style="font-size: x-large">📋</span><br>
|
||||
<span style="font-size: smaller;">Copy</span>
|
||||
</div>
|
||||
 
|
||||
<div id="email" style="display: inline-block; text-align: center;">
|
||||
<span style="font-size: x-large">📧</span><br>
|
||||
<span style="font-size: smaller;">Email</span><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p id="error" style="color: red; font-weight: bold; display: none;"></p>
|
||||
|
|
Loading…
Reference in a new issue