Merge branch 'grid-n-view' of ssh://flynx.chas.ch/olyakonstantin/gallery into grid-n-view

This commit is contained in:
Alex A. Naanou 2023-08-15 05:49:45 +03:00
commit 90727814da

View File

@ -392,5 +392,16 @@ body {
}
/********************************************************** Utils ****/
.gallery:not(.lightboxed):not(.detailed) .hide-in-gallery,
.gallery.lightboxed .hide-in-lightbox,
.gallery.detailed .hide-in-details {
display: none;
}
/**********************************************************************
* vim:set ts=4 sw=4 : */