From 5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 17 Feb 2026 12:53:19 +0100 Subject: fix up css --- ui/src/components/node_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/node_list.rs') diff --git a/ui/src/components/node_list.rs b/ui/src/components/node_list.rs index c3571de..cea6cb1 100644 --- a/ui/src/components/node_list.rs +++ b/ui/src/components/node_list.rs @@ -9,7 +9,7 @@ use jellycommon::{jellyobject::Object, *}; markup::define! { NodeList<'a>(ri: &'a RenderInfo<'a>, nl: Object<'a>) { - ul.nodelist { @for nku in nl.iter(NODELIST_ITEM) { + ul.nl.grid { @for nku in nl.iter(NODELIST_ITEM) { li { @NodeCard { ri, nku } } }} } -- cgit v1.3