comparison sat_templates/templates/bulma/static/chat.css @ 370:281d1c958d56

bulma (search): moved `search_item` to components rel 423
author Goffi <goffi@goffi.org>
date Mon, 10 Jul 2023 15:43:49 +0200
parents 1b753e3baf06
children 941e4006ab6e
comparison
equal deleted inserted replaced
369:1b753e3baf06 370:281d1c958d56
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 }