diff sat_templates/templates/bulma/static/chat.css @ 369:1b753e3baf06

bulma (chat): add `search_item` to handle search results in chat selection
author Goffi <goffi@goffi.org>
date Thu, 06 Jul 2023 11:42:16 +0200
parents 095bd5b34080
children 281d1c958d56
line wrap: on
line diff
--- 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;
+}