Make timestamp unclickable when previewed in composer

pull/74/head
Lim Chee Aun 2023-03-01 20:07:48 +08:00
rodzic 50fd06057f
commit ea7aa936a8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;