mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-14 06:42:25 +03:00
Fix reply username overflow (#1501)
* fix reply overflow * fix shrinkable typing indicator * fix message avatar hover & cursor
This commit is contained in:
parent
8731f58948
commit
c7e5c1fce8
5 changed files with 18 additions and 3 deletions
|
@ -118,8 +118,8 @@ export const CompactHeader = style([
|
|||
|
||||
export const AvatarBase = style({
|
||||
paddingTop: toRem(4),
|
||||
cursor: 'pointer',
|
||||
transition: 'transform 200ms cubic-bezier(0, 0.8, 0.67, 0.97)',
|
||||
alignSelf: 'start',
|
||||
|
||||
selectors: {
|
||||
'&:hover': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue