Complete rewrite #1

Merged
mxmehl merged 27 commits from refactoring into master 2024-02-07 22:17:50 +01:00
Showing only changes of commit 9536f9c912 - Show all commits

View File

@@ -6,6 +6,7 @@
/* Create equal columns in flexbox */
.snap-image {
cursor: pointer;
/* Column amount and width are configurable by style variables */
width: calc(100% / var(--columns) - 10px);
@@ -109,6 +110,7 @@
height: 100%;
text-align: center;
top: 0;
cursor: pointer;
.snap-lightbox-arrow {
display: inline-block;