Implement use of thumbnails if available, and open original image if

file name clicked
This commit is contained in:
2023-11-13 02:10:10 +08:00
parent 039c2948c4
commit a0b85dfbca
2 changed files with 13 additions and 5 deletions
+4 -1
View File
@@ -32,8 +32,11 @@ body {
max-width: calc(100vw - 2em);
}
.GalleryItem > p {
.GalleryItem > a {
color: inherit;
margin: 0.5em;
overflow: clip;
}
.GalleryItem > img, video {