fix: move preview-header back to bottom, add spacing beneath
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user