mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Make timestamp unclickable when previewed in composer
This commit is contained in:
parent
50fd06057f
commit
ea7aa936a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue