Support custom output path for PDF previews and add styling for concept actions

This commit is contained in:
2026-05-08 03:11:21 +02:00
parent 520891c50d
commit 407064158b
2 changed files with 14 additions and 1 deletions

View File

@@ -203,6 +203,10 @@ button.remove-row-button {
gap: 8px;
}
.concept-actions {
justify-content: flex-end;
}
button {
border: 1px solid var(--accent);
border-radius: var(--control-radius);