fix: better transition and better padding
This commit is contained in:
@@ -197,7 +197,7 @@ table {
|
|||||||
--color-border: #e2e8f0;
|
--color-border: #e2e8f0;
|
||||||
--color-border-light: #f1f5f9;
|
--color-border-light: #f1f5f9;
|
||||||
|
|
||||||
--color-push-box-bg: #EBEEF4;
|
--color-push-box-bg: #ebeef4;
|
||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
--site-header-height: 210px;
|
--site-header-height: 210px;
|
||||||
@@ -327,7 +327,6 @@ top-bar .actions {
|
|||||||
|
|
||||||
site-content {
|
site-content {
|
||||||
display: block;
|
display: block;
|
||||||
padding-top: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 431px) {
|
@media (min-width: 431px) {
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ class SiteHeader extends HTMLElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host(.reveal) .collapsible {
|
:host(.reveal) .collapsible {
|
||||||
transition: transform 220ms ease;
|
transition: transform 400ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
::slotted(top-bar) {
|
::slotted(top-bar) {
|
||||||
|
|||||||
Reference in New Issue
Block a user