# HG changeset patch # User Goffi # Date 1688996629 -7200 # Node ID 281d1c958d56fdcca5c56d831d356314c412f2bc # Parent 1b753e3baf062da39ddff243cba16ff52573934e bulma (search): moved `search_item` to components rel 423 diff -r 1b753e3baf06 -r 281d1c958d56 sat_templates/templates/bulma/chat/search_item.html --- a/sat_templates/templates/bulma/chat/search_item.html Thu Jul 06 11:42:16 2023 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -{% import 'components/avatar.html' as avatar with context %} -
- -
diff -r 1b753e3baf06 -r 281d1c958d56 sat_templates/templates/bulma/components/search_item.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/components/search_item.html Mon Jul 10 15:43:49 2023 +0200 @@ -0,0 +1,22 @@ +{% import 'components/avatar.html' as avatar with context %} +
+ +
diff -r 1b753e3baf06 -r 281d1c958d56 sat_templates/templates/bulma/static/chat.css --- a/sat_templates/templates/bulma/static/chat.css Thu Jul 06 11:42:16 2023 +0200 +++ b/sat_templates/templates/bulma/static/chat.css Mon Jul 10 15:43:49 2023 +0200 @@ -157,10 +157,3 @@ 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; -} diff -r 1b753e3baf06 -r 281d1c958d56 sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Thu Jul 06 11:42:16 2023 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Mon Jul 10 15:43:49 2023 +0200 @@ -184,6 +184,15 @@ outline: solid red 0.25rem; } +/************** + * JID 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; +} + /*************** * misc states * ***************/