summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/ok.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 4e00729..75aec3d 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -147,7 +147,7 @@ h3 {
left: 0;
z-index: 2;
transform: translateX(-50vw);
- padding: 30px 5px 5px 5px;
+ padding: 24px 0 5px 0;
transition: 150ms transform cubic-bezier(0, 0, 0, 1);
z-index: 0;
opacity: 0;
@@ -170,8 +170,7 @@ h3 {
list-style-type: decimal-leading-zero;
list-style-position: inside;
border-bottom: 1px solid;
- padding-bottom: 4px;
- padding-top: 6px;
+ padding: 6px 5px 4px 7px;
font-size: 14px;
}
@@ -411,15 +410,15 @@ body {
.up .showing.item {
transform: translateY(-10px);
opacity: 0;
- background: black;
}
.down .showing.item {
transform: translateY(10px);
opacity: 0;
- background: black;
}
+/*
+
.up nav,
.down nav {
background: black;
@@ -427,11 +426,10 @@ body {
}
-/*
.up nav span div:nth-child(2), .down nav span div:nth-child(2) {
border-left:1px solid white;
}
-*/
+
.up nav .index,
.down nav .index,
@@ -448,7 +446,7 @@ body {
}
-/*
+
.up .cell, .down .cell {
opacity:0;
}