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

@@ -70,7 +70,7 @@ $resolveToneClass = static function (string $tone, string $detailActionKind, str
>
<h1>
<?php if ($backHref !== ''): ?>
<a href="<?php e($backHref); ?>" title="<?php e($backTitle); ?>"><i class="bi bi-arrow-left"></i></a>
<a href="<?php e($backHref); ?>" title="<?php e($backTitle); ?>" class="app-icon-button"><i class="bi bi-arrow-left"></i></a>
<?php endif; ?>
<?php e($title); ?>
</h1>