forked from abner/for-legacy-web
Fix: Prevent clicking on links in reply / channel header.
Jump to existing message if exists.
This commit is contained in:
@@ -58,6 +58,10 @@ const Info = styled.div`
|
||||
font-size: 0.8em;
|
||||
font-weight: 400;
|
||||
color: var(--secondary-foreground);
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user