summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-30 13:57:42 -0400
committer“Ryder <“r@okfoc.us”>2016-03-30 13:57:42 -0400
commit91b850102de30eb767a3c28cf92b387ac47f0f0d (patch)
treeadbee4291a3538606c9817c95347a94b714f8698 /public
parent15e6d6b768ac1f82fed65e1439962c0c26557ea5 (diff)
no down arrow on last item
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css7
1 files changed, 6 insertions, 1 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 {