UX: only transition header on sidebar toggle (#17646)
This commit is contained in:
parent
6df36247c1
commit
235878033e
|
@ -18,9 +18,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
|
.sidebar-animate & {
|
||||||
transition: padding-left var(--d-sidebar-animation-time)
|
transition: padding-left var(--d-sidebar-animation-time)
|
||||||
var(--d-sidebar-animation-ease) !important; // only works with an important... :/
|
var(--d-sidebar-animation-ease) !important; // only works with an important... :/
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.contents {
|
.contents {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue