Merge pull request #505 from AppFlowy-IO/feat/support-invitation-html
Feat/support invitation html
This commit is contained in:
commit
036a8a93a7
|
|
@ -56,22 +56,14 @@
|
|||
<span>on AppFlowy</span>
|
||||
</p>
|
||||
<div role="separator" style="background-color: #cbd5e1; height: 1px; line-height: 1px; margin: 24px 20%">‍</div>
|
||||
<table align="center" style="width: 100%;" cellpadding="0" cellspacing="0" role="none">
|
||||
<table align="center" cellpadding="0" cellspacing="0" role="none">
|
||||
<tr>
|
||||
<td style="width: 41.666667%">
|
||||
<table align="center" style="width: 100%;" cellpadding="0" cellspacing="0" role="none">
|
||||
<tr>
|
||||
<td style="width: 75%">
|
||||
</td>
|
||||
<td style="width: 25%">
|
||||
<div style="margin-right: 8px; height: 60px; width: 60px; overflow: hidden; border-radius: 16px; background-color: #fff; border: 2px solid black">
|
||||
<img src="{{ workspace_icon_url }}" width="100%" height="100%" alt="{{ workspace_name }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<td style="width: 60px">
|
||||
<div style="margin-right: 8px; height: 60px; width: 60px; overflow: hidden; border-radius: 16px; background-color: #fff; border: 2px solid black">
|
||||
<img src="{{ workspace_icon_url }}" width="100%" height="100%" alt="{{ workspace_name }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td style="width: 58.333333%">
|
||||
<td>
|
||||
<div style="margin-bottom: 8px; font-weight: 700">
|
||||
{{ workspace_name }}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,28 +20,20 @@ bodyClass: bg-purple-50
|
|||
<span class="mx-2=1">on AppFlowy</span>
|
||||
</p>
|
||||
<x-divider space-x="20%"/>
|
||||
<table align="center" class="w-full">
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td class="w-5/12">
|
||||
<table align="center" class="w-full">
|
||||
<tr>
|
||||
<td class="w-9/12">
|
||||
</td>
|
||||
<td class="w-3/12">
|
||||
<div
|
||||
style="border: 2px solid black;"
|
||||
class="rounded-2xl mr-2 w-[60px] h-[60px] bg-white overflow-hidden">
|
||||
<img src="{{ workspaceIconURL }}"
|
||||
class="overflow-hidden object-cover"
|
||||
width="100%" height="100%"
|
||||
alt="{{ workspaceName }}">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<td class="w-[60px]">
|
||||
<div
|
||||
style="border: 2px solid black;"
|
||||
class="rounded-2xl mr-2 w-[60px] h-[60px] bg-white overflow-hidden">
|
||||
<img src="{{ workspaceIconURL }}"
|
||||
class="overflow-hidden object-cover"
|
||||
width="100%" height="100%"
|
||||
alt="{{ workspaceName }}">
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td class="w-7/12">
|
||||
<td>
|
||||
<div class="font-bold mb-2">
|
||||
{{ workspaceName }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue