From c9e6fec4bf47042c2693c5e163b2a0cbd878d54d Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Thu, 30 Oct 2014 11:20:05 -0400 Subject: Fixing display mode switching in Baggy theme (issue #896) --- themes/baggy/css/main.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'themes/baggy/css') diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 558fb208..fe49b8e4 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -360,11 +360,15 @@ footer a { position: relative; overflow: hidden; padding: 1.5em 1.5em 3em 1.5em; - -webkit-transition: all 0.5s ease; - -moz-transition: all 0.5s ease; - -ms-transition: all 0.5s ease; - -o-transition: all 0.5s ease; - transition: all 0.5s ease; + + /* Removing CSS transitions because they make the switch from list view to + * table view jerky + */ + /* -webkit-transition: all 0.5s ease; */ + /* -moz-transition: all 0.5s ease; */ + /* -ms-transition: all 0.5s ease; */ + /* -o-transition: all 0.5s ease; */ + /* transition: all 0.5s ease; */ } .entrie:before { -- cgit v1.2.3