Fix space mention (#1439)

* open space on space mention click

* fix styles

* fix message options sticks

* revert last changes
This commit is contained in:
Ajay Bura 2023-10-07 20:21:35 +11:00 committed by GitHub
parent 1bdb7f4e3a
commit 13573f4b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View file

@ -13,7 +13,7 @@ const SlideUpAnime = keyframes({
export const RoomViewTyping = style([
DefaultReset,
{
padding: `${config.space.S100} ${config.space.S500}`,
padding: `0 ${config.space.S500}`,
width: '100%',
backgroundColor: color.Surface.Container,
color: color.Surface.OnContainer,