From 162f4af3874c1db1e38a5d33ca13682fbfc4ce8b Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 6 Nov 2023 20:26:53 -0600 Subject: [PATCH] Refine mobile photo sets styles --- src/app/(static)/sets/page.tsx | 6 +++++- src/site/IconSets.tsx | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/(static)/sets/page.tsx b/src/app/(static)/sets/page.tsx index 33295b17..4695e486 100644 --- a/src/app/(static)/sets/page.tsx +++ b/src/app/(static)/sets/page.tsx @@ -7,6 +7,7 @@ import { import SiteGrid from '@/components/SiteGrid'; import PhotoGridSidebar from '@/photo/PhotoGridSidebar'; import { SHOW_FILM_SIMULATIONS } from '@/site/config'; +import { cc } from '@/utility/css'; export default async function SetsPage() { const [ @@ -20,9 +21,12 @@ export default async function SetsPage() { getUniqueCamerasCached(), SHOW_FILM_SIMULATIONS ? getUniqueFilmSimulationsCached() : [], ]); + return ( + contentMain={
{includeTitle && Photo Sets} - + - +