aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-10-30 11:20:05 -0400
committerJay Sitter <jsitter@gmail.com>2014-10-30 11:20:05 -0400
commitc9e6fec4bf47042c2693c5e163b2a0cbd878d54d (patch)
tree07002a419b3f17e476a7c6032a9106cbbc3d4e19 /themes/baggy/css
parentb40cd4e73f3befb00d0798cf0960557479f99b17 (diff)
downloadwallabag-c9e6fec4bf47042c2693c5e163b2a0cbd878d54d.tar.gz
wallabag-c9e6fec4bf47042c2693c5e163b2a0cbd878d54d.tar.zst
wallabag-c9e6fec4bf47042c2693c5e163b2a0cbd878d54d.zip
Fixing display mode switching in Baggy theme (issue #896)
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css14
1 files changed, 9 insertions, 5 deletions
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 {
360 position: relative; 360 position: relative;
361 overflow: hidden; 361 overflow: hidden;
362 padding: 1.5em 1.5em 3em 1.5em; 362 padding: 1.5em 1.5em 3em 1.5em;
363 -webkit-transition: all 0.5s ease; 363
364 -moz-transition: all 0.5s ease; 364 /* Removing CSS transitions because they make the switch from list view to
365 -ms-transition: all 0.5s ease; 365 * table view jerky
366 -o-transition: all 0.5s ease; 366 */
367 transition: all 0.5s ease; 367 /* -webkit-transition: all 0.5s ease; */
368 /* -moz-transition: all 0.5s ease; */
369 /* -ms-transition: all 0.5s ease; */
370 /* -o-transition: all 0.5s ease; */
371 /* transition: all 0.5s ease; */
368} 372}
369 373
370.entrie:before { 374.entrie:before {