mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 04:00:29 +03:00
Fix space mention (#1439)
* open space on space mention click * fix styles * fix message options sticks * revert last changes
This commit is contained in:
parent
1bdb7f4e3a
commit
13573f4b3f
2 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue