summaryrefslogtreecommitdiff
path: root/public/assets/ok.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/ok.css')
-rw-r--r--public/assets/ok.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 10083ee..5317ca0 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -282,9 +282,6 @@ span {
display: block;
float: none;
}
-#items.notween {
- transition: opacity 0, transform 0;
-}
.item {
height: 100vh;
@@ -305,8 +302,7 @@ span {
background: transparent;
}
-.navopen nav,
-body.navopen {
+.navopen nav {
background: #f9f9f9;
}
@@ -350,6 +346,8 @@ nav span {
.index {
width: 65px;
background: white;
+}
+.desktop .index {
transition: 150ms width;
transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@@ -358,13 +356,8 @@ nav span {
width: 50vw;
}
-nav span div:last-child {
- transition: 150ms all;
-}
-
.navopen nav span div:last-child {
- transform: translateZ(0) translateX(110px);
- transition: 150ms all;
+ transform: translateZ(0) translateX(210px);
position: absolute;
right: 5px;
}
@@ -431,8 +424,6 @@ nav b {
body {
background: white;
- transition: 300ms background 150ms;
- transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.bottom {