overhauling next and prev usage #2

This commit is contained in:
Flummi 2021-03-02 04:31:58 +01:00
parent 613aceadcc
commit ce6e23b77e

View File

@ -285,7 +285,7 @@ a#next {
z-index: 1;
left: 0;
background: transparent;
width: 40%;
width: 25%;
height: 95%;
}
@ -294,7 +294,7 @@ a#prev {
z-index: 1;
right: 0;
background: transparent;
width: 40%;
width: 25%;
height: 95%;
}