mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix logo gradient not working on some Safari and Blink-based browsers
Port 37cd984acfdd206e85c50a851c4daedc2c87deb3 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b31c32fd61
commit
f938afee72
@ -181,7 +181,17 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo-resources {
|
.logo-resources {
|
||||||
display: none;
|
// Not using display: none because of https://bugs.chromium.org/p/chromium/issues/detail?id=258029
|
||||||
|
visibility: hidden;
|
||||||
|
user-select: none;
|
||||||
|
pointer-events: none;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// NoScript adds a __ns__pop2top class to the full ancestry of blocked elements,
|
// NoScript adds a __ns__pop2top class to the full ancestry of blocked elements,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user