fix: small header on scroll
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user