Fix #6
All checks were successful
/ Push Docker image to local registry (push) Successful in 3m16s

This commit is contained in:
kalle 2025-04-16 14:36:34 +02:00
parent 6c8cda4b19
commit 613c65beca

View file

@ -92,7 +92,7 @@ function NormalNote(props: NormalNoteProps) {
return ( return (
<Command.Item asChild value={note.get("title")}> <Command.Item asChild value={note.get("title")}>
<Link to="/app/note/$id" params={{ id: note.get("id") }} className="bg-card shadow rounded overflow-hidden flex flex-row"> <Link to="/app/note/$id" params={{ id: note.get("id") }} className="bg-card shadow rounded overflow-hidden flex flex-row">
<div className="w-1 h-full" style={{ backgroundColor: color.base }} /> <div className="flex-shrink-0 w-1 h-full" style={{ backgroundColor: color.base }} />
<div className="flex flex-col gap-2 px-4 py-2 justify-center"> <div className="flex flex-col gap-2 px-4 py-2 justify-center">
<div className="flex flex-row gap-2 items-center"> <div className="flex flex-row gap-2 items-center">
{icon && <Icon path={icon.path} size={1.5} color={color.base} />} {icon && <Icon path={icon.path} size={1.5} color={color.base} />}