This commit is contained in:
2025-11-07 13:34:32 -08:00
commit 1e8c5a972b
436 changed files with 11000 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<dialog class="lightbox" aria-label="Image Viewer (Press escape to close)" data-lightbox-target="dialog" data-action="close->lightbox#reset">
<img src="" class="lightbox__image" data-lightbox-target="zoomedImage" />
<form method="dialog" class="lightbox__btn">
<button class="btn fill-white">
<%= image_tag "remove.svg", aria: { hidden: "true" } %>
<span class="for-screen-reader">Close image viewer</span>
</button>
</form>
</dialog>