fix: move preview-header back to bottom, add spacing beneath

This commit is contained in:
2025-12-30 21:09:46 +01:00
parent a8f4739912
commit 12f36698a7
2 changed files with 6 additions and 6 deletions

View File

@@ -496,14 +496,14 @@ code, kbd {
display: flex;
flex-direction: column;
min-height: 0;
box-shadow: inset 0 40px 30px -30px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 -40px 30px -30px rgba(0, 0, 0, 0.08);
}
.preview-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--spacing-xs) var(--spacing-md);
padding: var(--spacing-xs) var(--spacing-md) var(--spacing-md);
background: transparent;
}