minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-08-10 20:40:00 +03:00
parent 81f49f7e45
commit 3598df046c

View File

@ -129,7 +129,8 @@ NOTE: if the grid behaves in an odd way on resize tweak PATCH_MARGIN value,
</div>
<!-- lightbox -->
<div class="lightbox">
<img>
<!-- XXX not sure about draggable=.. here... -->
<img draggable="false">
<div class="buttons">
<div class="button prev"></div>
<div class="button next"></div>
@ -140,7 +141,8 @@ NOTE: if the grid behaves in an odd way on resize tweak PATCH_MARGIN value,
</div>
<!-- details -->
<div class="details">
<img>
<!-- XXX not sure about draggable=.. here... -->
<img draggable="false">
<div class="caption">
CAPTION
</div>