eink fixes
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 24 May 2021 09:04:19 +0000 (11:04 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 24 May 2021 09:04:19 +0000 (11:04 +0200)
src/wolnelektury/static/js/base.js
src/wolnelektury/static/scss/eink.scss

index 2c2daa5..8502d62 100644 (file)
@@ -74,6 +74,8 @@
             $("iframe", this).attr("src", $("iframe", this).attr('data-src'));
         });
 
+        $(".media-eink .carousel").cycle({fx: "none"});
+
 
         (function() {
             var $current = null;
index 50ffcfe..713f229 100644 (file)
         border: 3px solid black;
     }
 
+    .annoy-banner-on_blackout {
+        display: none !important;
+    }
+    .annoy-banner_blackout {
+        display: none !important;
+    }
+    
 }