From ead6f29200b853211354283b3eb7d44b69c6322e Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Mon, 9 Sep 2024 08:48:27 -0400 Subject: [PATCH] lightbox: Restore centered media list. --- web/styles/lightbox.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/styles/lightbox.css b/web/styles/lightbox.css index e1ccdee61e..c468ce37e2 100644 --- a/web/styles/lightbox.css +++ b/web/styles/lightbox.css @@ -166,6 +166,9 @@ } .center { + display: flex; + justify-items: center; + .arrow { display: inline-block; vertical-align: top;