feat: app icon button round

This commit is contained in:
2026-03-22 22:38:37 +01:00
parent 06e619f26c
commit fcd8754d94
5 changed files with 38 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ $statusBadge = $status->badgeVariant();
?>
<div class="app-details-titlebar">
<h1>
<a href="admin/mail-log" title="<?php e(t('Back')); ?>"><i class="bi bi-arrow-left"></i></a>
<a href="admin/mail-log" title="<?php e(t('Back')); ?>" class="app-icon-button"><i class="bi bi-arrow-left"></i></a>
<?php e(t('View mail log')); ?>
</h1>
</div>