mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Table ui tweak
This commit is contained in:
parent
040100f992
commit
e8afdf71f4
@ -144,7 +144,12 @@ viewItemRow texts settings meta item =
|
|||||||
getColumns meta
|
getColumns meta
|
||||||
|
|
||||||
render col =
|
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 =
|
td1 =
|
||||||
td [ class "py-2 px-1" ]
|
td [ class "py-2 px-1" ]
|
||||||
@ -158,7 +163,7 @@ viewItemRow texts settings meta item =
|
|||||||
|
|
||||||
tdRem index col =
|
tdRem index col =
|
||||||
td
|
td
|
||||||
[ class "py-2 px-1"
|
[ class "py-1 px-1"
|
||||||
, classList [ ( "hidden md:table-cell", index > 1 ) ]
|
, classList [ ( "hidden md:table-cell", index > 1 ) ]
|
||||||
]
|
]
|
||||||
[ render col
|
[ render col
|
||||||
|
Loading…
x
Reference in New Issue
Block a user