- Created a .cursorignore file to manage local environment files. - Updated .env.example to reflect changes in the public app URL. - Modified the gmail workspace configuration to include the drive-suite path. - Enhanced email view components to support attachment handling and fallback for plain text bodies. - Improved user experience by updating attachment display logic and integrating inline attachment support.
15 lines
406 B
HTML
15 lines
406 B
HTML
<!-- Corps seul : simule headMarkup injecté APRÈS data-ultimail-wrapper -->
|
|
<style>
|
|
.promo {
|
|
color: #ffffff !important;
|
|
background-color: #ffffff !important;
|
|
}
|
|
</style>
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="promo" style="padding: 24px;">
|
|
<p>Offre limitée — texte blanc sur fond blanc (illisible en dark + distant).</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|