Improve blog editor source summary
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m1s

This commit is contained in:
2026-07-09 16:45:16 +09:00
parent 946e305e2c
commit ccbc1d3698
2 changed files with 28 additions and 4 deletions
+18
View File
@@ -1266,6 +1266,24 @@ textarea:focus-visible {
margin-top: 0.25rem;
}
.blog-editor-shell .admin-editor-source {
padding: 0.875rem 1rem;
border: 1px solid var(--border-color-light);
border-radius: var(--radius-lg);
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}
.blog-editor-shell .admin-editor-source dt {
color: var(--text-secondary);
font-size: 0.78rem;
}
.blog-editor-shell .admin-editor-source dd {
color: var(--text-primary);
font-size: 0.82rem;
overflow-wrap: anywhere;
}
/* ============================================================================
Responsive Design - Mobile First
============================================================================ */