# HG changeset patch # User Goffi # Date 1688636536 -7200 # Node ID 1b753e3baf062da39ddff243cba16ff52573934e # Parent 68c6f30aecabc65c428e1e4cf5dc3a2f816da393 bulma (chat): add `search_item` to handle search results in chat selection diff -r 68c6f30aecab -r 1b753e3baf06 sat_templates/templates/bulma/chat/search_item.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/chat/search_item.html Thu Jul 06 11:42:16 2023 +0200 @@ -0,0 +1,22 @@ +{% import 'components/avatar.html' as avatar with context %} +
+ +
diff -r 68c6f30aecab -r 1b753e3baf06 sat_templates/templates/bulma/static/chat.css --- a/sat_templates/templates/bulma/static/chat.css Thu Jul 06 11:38:51 2023 +0200 +++ b/sat_templates/templates/bulma/static/chat.css Thu Jul 06 11:42:16 2023 +0200 @@ -157,3 +157,10 @@ top: -10px; right: -10px; } + +/* Search */ + +.search-item__group-tags { + /* we want the item with no group to have the same height as an item with one */ + min-height: 40px; +}