mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Prevent hashtags from being clickable inside Composer
This commit is contained in:
parent
ab2328f364
commit
ce8e411cab
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
|||
animation: appear-up 1s ease-in-out;
|
||||
overflow: auto;
|
||||
}
|
||||
#compose-container .status-preview .hashtag {
|
||||
/* Prevent hashtags from being clickable */
|
||||
/* TODO: maybe use a different solution? */
|
||||
pointer-events: none;
|
||||
}
|
||||
#compose-container.standalone .status-preview * {
|
||||
/*
|
||||
For standalone mode (new window), prevent interacting with the status preview for now
|
||||
|
|
Loading…
Reference in a new issue