Consolidated component headers

This commit is contained in:
Nathan Schneider
2025-05-07 21:48:48 -06:00
parent 5a4af2bf79
commit adf155e954
3 changed files with 26 additions and 14 deletions

View File

@ -111,15 +111,17 @@ document.addEventListener('DOMContentLoaded', function() {
padding-bottom: 0 !important;
}
.component-short-label { display: none !important; }
.component-short-label { display: block !important; }
.component-description { display: none !important; }
/* Improved typography for preview mode */
.component-header h3 {
font-size: 1.4rem !important;
.component-short-label {
font-size: 1.2rem !important;
margin-bottom: 1rem !important;
color: #000 !important;
border-bottom: 1px solid #eee !important;
padding-bottom: 0.5rem !important;
font-weight: 600 !important;
}
`;