image view: implement gallery-based layout, metadata dropdown, and thumbnails; add styles for image shadow; update tests

This commit is contained in:
2026-03-23 20:25:40 -04:00
parent 5122ece42b
commit a97fb6078b
5 changed files with 468 additions and 74 deletions

View File

@@ -10,3 +10,8 @@
width: 100% !important;
flex: 0 0 auto !important;
}
/* Ensure image area still visible without JS */
.image-wrapper {
max-width: 100%;
}