From 91b850102de30eb767a3c28cf92b387ac47f0f0d Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Wed, 30 Mar 2016 13:57:42 -0400 Subject: no down arrow on last item --- public/assets/ok.css | 7 ++++++- templates/index.liquid | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 99820b4..082f27a 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -410,7 +410,7 @@ nav b { height: 20vw; width: 60vw; position: absolute; - top: 0; + top: 25px; left: 0; z-index: 3; margin-left: 20vw; @@ -431,6 +431,11 @@ nav b { .single .page-up, .single .page-down { width: 100%; margin-left: 0; + height:50%; +} + +.item:last-child .page-down, .item:last-child .bottom{ + cursor:default; } .flickity-viewport { diff --git a/templates/index.liquid b/templates/index.liquid index 38d0c1a..0713d84 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -76,7 +76,7 @@ -