fix up how image nav buttons look on mobile

pull/225/head
Aevann 2024-02-22 19:06:59 +02:00
parent 0a6739deea
commit b9266e6742
1 changed files with 2 additions and 1 deletions

View File

@ -7694,6 +7694,7 @@ thead {
margin-left: -5px;
cursor: pointer;
text-decoration: none !important;
z-index: -1;
}
#imgnav-next:hover, #imgnav-prev:hover {
@ -7711,7 +7712,7 @@ thead {
left: 50%;
}
#imgnav-prev {
left: calc(50% - 122px);
left: calc(50% - 145px);
}
}