Prevent duplicate synthetic placeholders for invisible capability probes (issue #369).

This commit is contained in:
hackademix 2024-07-15 14:55:19 +02:00
parent 196e15b386
commit 36df2c42df
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
2 changed files with 15 additions and 1 deletions

View File

@ -112,3 +112,17 @@ a.__NoScript_PlaceHolder__.__ns__document {
height: 100% !important;
margin: 0 !important;
}
.__NoScript_Offscreen_PlaceHolders__ {
display: flex;
flex-direction: row-reverse;
width: 100%;
position: fixed;
bottom: 0;
}
.__NoScript_Offscreen_PlaceHolders__ a.__NoScript_PlaceHolder__ {
height: 64px !important;
width: auto !important;
}
.__NoScript_Offscreen_PlaceHolders__ a.__NoScript_PlaceHolder__ > span {
align-items: bottom;
}

@ -1 +1 @@
Subproject commit 3b72c68bd4dc029fe51ff0dd874d5de01835c03f
Subproject commit 0a02912489fcbdff82e56376a75376a8a5c21164