Add image repositioning feature

This commit is contained in:
2022-01-23 00:03:51 +01:00
parent 3be01ab479
commit 469db34534
5 changed files with 122 additions and 10 deletions

View File

@@ -63,6 +63,21 @@
text-align: center;
}
}
.lightbox .lb-outerContainer .lb-container .lb-nav {
a.lb-prev, a.lb-next {
height: 100%;
width: 100%;
}
a.lb-prev::before {
left: 1em;
}
a.lb-next::before {
right: 1em;
}
}
}
@media only screen and (min-width: 801px) {