mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Prevent flash of post page
This commit is contained in:
parent
83164c321f
commit
8a1fda5a85
1 changed files with 1 additions and 0 deletions
|
@ -1510,6 +1510,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
|||
.media-modal-container + .status-deck {
|
||||
/* display: none; */
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
|
Loading…
Reference in a new issue