Disable animation if hidden

This commit is contained in:
Lim Chee Aun 2023-12-30 20:17:34 +08:00
parent bd38122f1b
commit 796b365fd8

View file

@ -1098,6 +1098,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
opacity: 0;
transform: translate(-50%, -100%) scale(0.9);
pointer-events: none;
animation: none !important;
}
}
.updates-button .icon {