From f2a6ae3ef8dee5764bf99e051c4a2ff548b1d8ca Mon Sep 17 00:00:00 2001 From: f0x52 Date: Sun, 7 Aug 2022 17:58:01 +0200 Subject: [feature] Photoswipe gallery (#740) * implement photoswipe galleries * dependency wrangling * photoswipe-dynamic-caption plugin --- web/source/css/status.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/source/css') diff --git a/web/source/css/status.css b/web/source/css/status.css index 705934eb6..c1aff7ac8 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -16,6 +16,9 @@ along with this program. If not, see . */ +@import "photoswipe/dist/photoswipe.css"; +@import "photoswipe-dynamic-caption-plugin/photoswipe-dynamic-caption-plugin.css"; + main { background: transparent; grid-auto-rows: auto; -- cgit v1.2.3