mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update packages/web-vite/src/styles/LeftNavigation.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
f192d8efb8
commit
35501c0a47
1 changed files with 5 additions and 0 deletions
|
|
@ -246,6 +246,11 @@
|
|||
transition: transform 0.3s ease;
|
||||
z-index: 1000;
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.left-navigation {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
.left-navigation.open {
|
||||
transform: translateX(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue