diff --git a/src/components/compose.css b/src/components/compose.css index 8c0d0956..a56bc469 100644 --- a/src/components/compose.css +++ b/src/components/compose.css @@ -60,7 +60,7 @@ animation: appear-up 1s ease-in-out; overflow: auto; } -#compose-container .status-preview .hashtag { +#compose-container .status-preview :is(.hashtag, .time) { /* Prevent hashtags from being clickable */ /* TODO: maybe use a different solution? */ pointer-events: none;