fix: tighten create page spacing

This commit is contained in:
a.tolmachev
2026-03-26 10:50:28 +03:00
parent aab06faa8a
commit ff3a44eef6
2 changed files with 33 additions and 6 deletions
+28
View File
@@ -316,7 +316,10 @@ button {
}
.main-content {
width: 100%;
max-width: 1480px;
padding: 28px;
margin: 0 auto;
flex: 1;
}
@@ -400,6 +403,11 @@ button {
gap: 16px;
}
.builder-stack {
width: 100%;
max-width: 1320px;
}
.page-section,
.builder-card,
.operation-card,
@@ -425,9 +433,16 @@ button {
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.section-header {
margin-bottom: 16px;
}
.builder-card-header {
padding: 20px 24px 0;
}
.section-header h2,
.builder-card-header h2 {
margin: 0 0 2px;
@@ -452,6 +467,7 @@ button {
.builder-card-body {
display: grid;
gap: 16px;
padding: 0 24px 24px;
}
.proto-grid {
@@ -920,6 +936,7 @@ button {
}
.field-inline {
width: 100%;
max-width: 420px;
}
@@ -1096,6 +1113,10 @@ pre {
.main-content {
padding: 20px;
}
.builder-stack {
max-width: none;
}
}
@media (max-width: 820px) {
@@ -1116,4 +1137,11 @@ pre {
.hero-metrics {
grid-template-columns: 1fr;
}
.builder-card-header,
.builder-card-body,
.page-section {
padding-left: 16px;
padding-right: 16px;
}
}