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 1b6513a..baf3141 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(left 0.5s ease); + .transition(left @sidebar-transition-duration ease); .book-search { padding: @sidebar-search-padding; |