fix(ux): correct template workspace view states

This commit is contained in:
Masterluke77
2026-07-12 09:52:06 +02:00
parent 50d124ca39
commit 5d2c7dc8df
+16 -4
View File
@@ -283,16 +283,28 @@
display: none !important;
}
#templates .ux-template-editor-open .ux-template-toolbar,
#templates .ux-template-editor-open #template-list,
#templates .ux-template-editor-open .ux-template-metrics {
#templates.ux-template-editor-open .ux-template-toolbar,
#templates.ux-template-editor-open #template-list,
#templates.ux-template-editor-open .ux-template-metrics,
#templates.ux-template-editor-open .ux-template-primary-action {
display: none !important;
}
#templates .ux-template-list-open #template-form {
#templates.ux-template-list-open #template-form {
display: none;
}
#templates.ux-template-no-results #template-list::after {
content: 'Keine Vorlage passt zu den gewählten Filtern.';
display: block;
grid-column: 1 / -1;
padding: 28px;
border: 1px dashed var(--vd-color-border, var(--border));
border-radius: 14px;
color: var(--vd-color-text-muted, var(--text-muted));
text-align: center;
}
#templates #template-form.ux-template-form,
#templates #template-form {
width: 100%;