feat: align templates with shared UI foundations
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
.templates-history-badges { display: flex; align-items: center; gap: 6px; }
|
||||
.templates-dialog-form { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, .7fr); gap: 12px; min-width: min(560px, 80vw); }
|
||||
|
||||
@media (max-width: 980px) {
|
||||
@media (max-width: 1100px) {
|
||||
.templates-definition-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.templates-definition-fields .form-field:nth-child(5) { grid-column: auto; }
|
||||
.templates-layout-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
@@ -49,7 +49,7 @@
|
||||
.templates-render-result dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 760px) {
|
||||
.templates-page { height: auto; min-height: calc(100vh - 100px); overflow: visible; }
|
||||
.templates-workspace-toolbar { align-items: flex-start; flex-wrap: wrap; }
|
||||
.templates-toolbar-actions { flex-wrap: wrap; }
|
||||
|
||||
Reference in New Issue
Block a user