feat(messaging): quick action bar (#493)

Co-authored-by: Kuhn Chris <kuhnchris+github@kuhnchris.eu>
Co-authored-by: Paul Makles <paulmakles@gmail.com>
This commit is contained in:
KuhnChris
2022-01-14 22:03:52 +01:00
committed by GitHub
parent fe382f9532
commit f509acbe80
3 changed files with 130 additions and 2 deletions

View File

@@ -195,6 +195,10 @@ export const MessageInfo = styled.div`
`;
export const MessageContent = styled.div`
// Position relatively so we can put
// the overlay in the right place.
position: relative;
min-width: 0;
flex-grow: 1;
display: flex;