Redo panels animation

This commit is contained in:
2021-08-31 19:55:00 +02:00
parent a7b4fc2375
commit dbfebdf9be
6 changed files with 52 additions and 40 deletions

View File

@@ -29,6 +29,14 @@
#feed, #settings {
width: calc(100% - 44px - 2 * #{$block-spacing});
}
#feed {
right: calc((100% - 44px - 2 * #{$block-spacing}) * -1);
}
#settings {
left: calc((100% - 44px - 2 * #{$block-spacing}) * -1);
}
}
}