fix: more alignment

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 07:58:44 +02:00
parent 2891e96069
commit 60bacd84f0
3 changed files with 41 additions and 0 deletions

View File

@@ -339,6 +339,16 @@
</button>
<% end %>
</div>
<button
class="panel-close"
data-testid="panel-close"
type="button"
phx-click="toggle_panel"
aria-label={translated("Close panel")}
title={translated("Close panel")}
>
×
</button>
</div>
<div class="panel-content">
<%= render_panel_body(assigns) %>