Refine mobile photo sets styles

This commit is contained in:
Sam Becker 2023-11-06 20:26:53 -06:00
parent 0b0bbca7cb
commit 162f4af387
2 changed files with 7 additions and 3 deletions

View File

@ -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 (
<SiteGrid
contentMain={<div className="sticky top-4 space-y-4">
contentMain={<div className={cc(
'top-4 space-y-4 text-base',
)}>
<PhotoGridSidebar {...{
tags,
cameras,

View File

@ -20,9 +20,9 @@ export default function IconSets({
xmlns="http://www.w3.org/2000/svg"
>
{includeTitle && <title>Photo Sets</title>}
<path d="M22.25 16.375L9.75 16.375" strokeWidth="1.25"/>
<path d="M18.5 16.375L9.75 16.375" strokeWidth="1.25"/>
<path d="M22.25 12.125L9.75 12.125" strokeWidth="1.25"/>
<path d="M22.25 7.875L9.75 7.875" strokeWidth="1.25"/>
<path d="M20.5 7.875L9.75 7.875" strokeWidth="1.25"/>
<path d="M7.25 16.375L6.25 16.375" strokeWidth="1.25" strokeLinecap="round"/>
<path d="M7.25 12.125L6.25 12.125" strokeWidth="1.25" strokeLinecap="round"/>
<path d="M7.25 7.875L6.25 7.875" strokeWidth="1.25" strokeLinecap="round"/>