This commit is contained in:
Flummi
2019-05-15 17:51:11 +00:00
parent be29734fa4
commit f790514cc3
17 changed files with 504 additions and 439 deletions

View File

@@ -28,7 +28,7 @@
div.arrow {
position: fixed;
position: absolute;
cursor: pointer;
height: 70px;
width: 70px;
@@ -67,22 +67,25 @@ div.right:before {
}
div.arrow.top {
top: 80px;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
div.arrow.bottom {
bottom: 80px;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
div.arrow.left {
left: 20px;
position: fixed !important;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
div.arrow.right {
right: 20px;
position: fixed !important;
right: 10px;
top: 50%;
transform: translateY(-50%);
}