Make timestamp unclickable when previewed in composer

This commit is contained in:
Lim Chee Aun 2023-03-01 20:07:48 +08:00
parent 50fd06057f
commit ea7aa936a8

View file

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