fix: sync sidebar transition with <main>
(#3200)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3200 Co-authored-by: WofWca <wofwca@protonmail.com> Co-committed-by: WofWca <wofwca@protonmail.com>
This commit is contained in:
parent
d4c9edb55d
commit
0f97ba6ec9
@ -156,6 +156,8 @@ labelStore.loadAllLabels()
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 1.5rem 0.5rem 1rem;
|
padding: 1.5rem 0.5rem 1rem;
|
||||||
|
// TODO refactor: DRY `transition-timing-function` with `./navigation.vue`.
|
||||||
|
transition: margin-left $transition-duration;
|
||||||
|
|
||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user