CSS fix for emoji picker when there are no search results

This commit is contained in:
JC Brand 2022-02-09 20:47:29 +01:00
parent f4fdc36d31
commit 8a9e0f6d23

View File

@ -34,9 +34,15 @@
padding-bottom: 0;
background-color: var(--chat-head-color);
overflow-y: hidden;
converse-emoji-picker-content {
width: 100%;
.emoji-picker__lists {
background-color: var(--background);
display: flex;
flex-direction: column;
height: 8em;
overflow-y: auto;
width: 100%;
.emoji-category__heading {
clear: both;
color: var(--subdued-color);
@ -57,8 +63,7 @@
float: left;
}
}
display: flex;
flex-direction: column;
}
}
.emoji-skintone-picker {
display: flex;