Fix: Prevent clicking on links in reply / channel header.

Jump to existing message if exists.
This commit is contained in:
Paul
2021-07-09 10:15:32 +01:00
parent be87739473
commit 72baac442e
3 changed files with 18 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ const Info = styled.div`
font-size: 0.8em;
font-weight: 400;
color: var(--secondary-foreground);
> * {
pointer-events: none;
}
}
`;