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:
Nithin David Thomas
2023-03-14 13:09:43 +05:30
committed by GitHub
parent da76537011
commit cae3ac94cd
10 changed files with 203 additions and 98 deletions

View File

@@ -113,7 +113,7 @@ export default {
margin-left: var(--space-smaller);
}
.conversation-details {
margin-left: var(--space-normal);
margin-left: var(--space-small);
flex-grow: 1;
min-width: 0;
}