Limit transitions to positions

This commit is contained in:
Samy Pessé
2014-08-08 21:48:52 -07:00
parent 06b9c345c9
commit 01b6ca76e8
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -13,7 +13,7 @@
color: @page-color;
background: @body-background;
.transition(all 0.5s ease);
.transition(left 0.5s ease);
.body-inner {
/*position: absolute;
@@ -53,7 +53,7 @@
}
@media (max-width: @mobileMaxWidth) {
.transition-transform(0.5s ease);
}
}
+1 -1
View File
@@ -13,7 +13,7 @@
background: @sidebar-background;
border-right: 1px solid @sidebar-border;
.transition(all 0.5s ease);
.transition(left 0.5s ease);
.book-search {
padding: @sidebar-search-padding;