mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: only transition header on sidebar toggle (#17646)
This commit is contained in:
parent
6df36247c1
commit
235878033e
@ -18,8 +18,10 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
transition: padding-left var(--d-sidebar-animation-time)
|
||||
var(--d-sidebar-animation-ease) !important; // only works with an important... :/
|
||||
.sidebar-animate & {
|
||||
transition: padding-left var(--d-sidebar-animation-time)
|
||||
var(--d-sidebar-animation-ease) !important; // only works with an important... :/
|
||||
}
|
||||
}
|
||||
.contents {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user