support for multiple hints in the search ui

This commit is contained in:
nklhrstv 2020-03-26 19:17:05 +02:00
parent a3e8981af4
commit 3d479304ab

View file

@ -41,20 +41,19 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: flex-start;
max-height: calc(100% - 10rem); align-content: flex-start;
margin: 5rem; flex-wrap: wrap;
padding: 4rem;
.message-content { .message-content {
flex: 1; flex: 0 0 50%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0 2rem;
&:not(:first-child) { margin-bottom: 4rem;
margin-left: 5rem;
}
.icon { .icon {
flex: none; flex: none;