Prevent duplicate synthetic placeholders for invisible capability probes (issue #369).
This commit is contained in:
parent
196e15b386
commit
36df2c42df
|
@ -112,3 +112,17 @@ a.__NoScript_PlaceHolder__.__ns__document {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
margin: 0 !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;
|
||||||
|
}
|
2
src/nscl
2
src/nscl
|
@ -1 +1 @@
|
||||||
Subproject commit 3b72c68bd4dc029fe51ff0dd874d5de01835c03f
|
Subproject commit 0a02912489fcbdff82e56376a75376a8a5c21164
|
Loading…
Reference in New Issue