UX: only transition header on sidebar toggle (#17646)

This commit is contained in:
Kris 2022-07-25 13:27:56 -04:00 committed by GitHub
parent 6df36247c1
commit 235878033e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,10 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
@media (prefers-reduced-motion: no-preference) { @media (prefers-reduced-motion: no-preference) {
transition: padding-left var(--d-sidebar-animation-time) .sidebar-animate & {
var(--d-sidebar-animation-ease) !important; // only works with an important... :/ transition: padding-left var(--d-sidebar-animation-time)
var(--d-sidebar-animation-ease) !important; // only works with an important... :/
}
} }
.contents { .contents {
display: flex; display: flex;