mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-15 23:32:25 +03:00
Show pin/unpin events in the timeline
This commit is contained in:
parent
7f40605bfe
commit
4180e79794
5 changed files with 125 additions and 0 deletions
8
src/app/components/message/MessageJumpLink.css.ts
Normal file
8
src/app/components/message/MessageJumpLink.css.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const messageJumpLink = style({
|
||||
':hover': {
|
||||
cursor: 'pointer',
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue