Fix modified tooltip (exact timestamp) flickering on/off because of timestamp updates every second. Made the tooltip follow mouse cursor.

This commit is contained in:
Leo Vasanko
2026-01-22 00:39:26 +00:00
parent 45a1435eca
commit 5bea8cbb7c
3 changed files with 74 additions and 12 deletions
+1 -3
View File
@@ -237,6 +237,7 @@ header nav.headermain {
z-index: 101;
content: attr(data-tooltip);
position: absolute;
pointer-events: none;
font-size: 1rem;
text-align: center;
padding: .5rem 1rem;
@@ -248,9 +249,6 @@ header nav.headermain {
white-space: pre;
animation: appearbriefly calc(10 * var(--transition-time)) linear forwards;
}
.modified [data-tooltip]:hover:after {
transform: translate(calc(1rem + 1ex + -100%), calc(-1.5rem + 100%));
}
@keyframes appearbriefly {
from {
opacity: 0;