Make caret visible in list view

This commit is contained in:
eikek 2022-03-03 00:14:39 +01:00
parent 8cd3e5efdd
commit 427df0b33d

View File

@ -207,7 +207,7 @@ viewRow texts cfg settings flags model item =
expandCollapseLink =
a
[ classList
[ ( "my-auto flex text-lg w-4 text-left w-1", not rowOpen )
[ ( "my-auto flex text-lg w-4 text-left w-1 mr-2", not rowOpen )
, ( "flex w-full block text-xl bg-gray-50 dark:bg-slate-700 mb-2 rounded ", rowOpen )
, ( "invisible", isSelected cfg item.id )
]