1
0
mirror of https://github.com/karl0ss/ai_image_frame_server.git synced 2025-06-20 07:19:12 +01:00

add padding to the lightbox

This commit is contained in:
Karl 2025-06-06 12:32:49 +01:00
parent 336c03a888
commit f041a6afea

@ -55,6 +55,7 @@
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
z-index: 999; z-index: 999;
padding: 20px 0;
} }
.lightbox img { .lightbox img {