Fix: emoji box not showing up (#1873)
This commit is contained in:
committed by
GitHub
parent
759ed43745
commit
0e40f8a10f
@@ -80,9 +80,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
background: var(--color-background-light);
|
background: var(--color-background-light);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: auto;
|
height: calc(100vh - var(--space-jumbo));
|
||||||
flex: 1 1;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-sidebar-wrap {
|
.conversation-sidebar-wrap {
|
||||||
|
|||||||
@@ -133,4 +133,8 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conv-header {
|
||||||
|
flex: 0 0 var(--space-jumbo);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user