Eyes banner follows taps not just mouse.

This commit is contained in:
2026-08-24 20:54:50 +00:00
parent c5cf799f68
commit b1fc8e24d7
2 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -946,7 +946,7 @@ article h2 {
/* Smaller type: the horizontal link strip fits roughly a third more
items per line. The nested-list gaps below are em-based and shrink
along. */
font-size: 0.9rem;
font-size: 0.8rem;
}
/* Only the main level becomes a horizontal wrapping strip; submenus stay
@@ -954,7 +954,7 @@ article h2 {
#sidebar > ul {
flex-direction: row;
flex-wrap: wrap;
gap: 0.35rem 0.9rem;
gap: 0.3rem 0.75rem;
}
figure:has(.right),