diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 558fb2089..fe49b8e4c 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 { diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index a870fc21c..03de6b9b7 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -38,7 +38,7 @@ {% endblock %}