diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index c315f0c..8be525e 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -119,4 +119,7 @@ @media (scripting: none) { .headerContainer{height:40px !important;} } + @media (prefers-reduced-motion) { + .headerContainer{height:40px !important;} + } \ No newline at end of file