fix: small header on scroll

This commit is contained in:
Tim Rijkse
2026-01-15 10:40:31 +01:00
parent 49d22484c0
commit 05c53baff7
4 changed files with 75 additions and 5 deletions

View File

@@ -199,6 +199,9 @@ table {
--color-push-box-bg: #EBEEF4;
/* Layout */
--site-header-height: 210px;
--color-success: #22c55e;
--color-error: #ef4444;
--color-warning: #f59e0b;
@@ -317,10 +320,16 @@ top-bar .actions {
width: 100%;
min-height: 100vh;
margin: 0 auto;
padding-top: 0;
background-color: var(--color-background);
position: relative;
}
site-content {
display: block;
padding-top: 16px;
}
@media (min-width: 431px) {
body {
display: flex;