comparison 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
comparison
equal deleted inserted replaced
368:68c6f30aecab 369:1b753e3baf06
155 .attachment-delete-button { 155 .attachment-delete-button {
156 position: absolute; 156 position: absolute;
157 top: -10px; 157 top: -10px;
158 right: -10px; 158 right: -10px;
159 } 159 }
160
161 /* Search */
162
163 .search-item__group-tags {
164 /* we want the item with no group to have the same height as an item with one */
165 min-height: 40px;
166 }