Table ui tweak

This commit is contained in:
eikek 2022-01-29 17:33:13 +01:00
parent 040100f992
commit e8afdf71f4

View File

@ -144,7 +144,12 @@ viewItemRow texts settings meta item =
getColumns meta
render col =
Comp.ItemColumnView.renderDiv texts.templateCtx settings col [ class "flex flex-row flex-wrap space-x-1" ] item
Comp.ItemColumnView.renderDiv
texts.templateCtx
settings
col
[ class "flex flex-row flex-wrap space-x-1 space-y-1" ]
item
td1 =
td [ class "py-2 px-1" ]
@ -158,7 +163,7 @@ viewItemRow texts settings meta item =
tdRem index col =
td
[ class "py-2 px-1"
[ class "py-1 px-1"
, classList [ ( "hidden md:table-cell", index > 1 ) ]
]
[ render col