Style the panel title actions container for button alignment

This commit is contained in:
2026-05-08 03:11:54 +02:00
parent a6033a523e
commit 23fb120bb2

View File

@@ -137,6 +137,13 @@ body {
color: var(--muted);
}
.panel-title-actions {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-left: auto;
}
.table {
display: grid;
grid-template-rows: auto 1fr;