mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Make caret visible in list view
This commit is contained in:
@ -207,7 +207,7 @@ viewRow texts cfg settings flags model item =
|
|||||||
expandCollapseLink =
|
expandCollapseLink =
|
||||||
a
|
a
|
||||||
[ classList
|
[ 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 )
|
, ( "flex w-full block text-xl bg-gray-50 dark:bg-slate-700 mb-2 rounded ", rowOpen )
|
||||||
, ( "invisible", isSelected cfg item.id )
|
, ( "invisible", isSelected cfg item.id )
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user