try to fix the issue with embeds having click priority

master
Aevann 2024-11-18 13:40:28 +02:00
parent 57c2774bc0
commit bb72ded7e1
1 changed files with 2 additions and 0 deletions

View File

@ -7679,6 +7679,8 @@ img[src$="/e/speechbubble.webp"] {
display: inline !important;
width: min(100%, 552px);
vertical-align: middle;
z-index: 0;
position: relative;
}
p:has(.reddit-embed, .twitter-embed) {