diff options
Diffstat (limited to 'theme/stylesheets/website/summary.less')
-rwxr-xr-x | theme/stylesheets/website/summary.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/website/summary.less b/theme/stylesheets/website/summary.less index 7d9ba6b..1b6513a 100755 --- a/theme/stylesheets/website/summary.less +++ b/theme/stylesheets/website/summary.less @@ -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; |