feat: Search improvements for conversations (#6645)
* feat: Shows search as a popover * Reverts search from popover to page * Fixes review comments on usability * Fixes keyboard navigation issues
This commit is contained in:
committed by
GitHub
parent
da76537011
commit
cae3ac94cd
@@ -34,7 +34,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.tab-container {
|
||||
margin-left: var(--space-minus-normal);
|
||||
margin-top: var(--space-small);
|
||||
margin-top: var(--space-smaller);
|
||||
border-bottom: 1px solid var(--s-50);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user