custom mouse position styling

This commit is contained in:
2026-04-20 14:30:43 +02:00
parent 1eafc27c53
commit d3cfcbab25
2 changed files with 19 additions and 7 deletions

View File

@@ -194,6 +194,23 @@ html, body {
}
/* -----------------------------------------------------------------
Mouse Position Display
----------------------------------------------------------------- */
.mouse-position-display {
background: rgba(255, 255, 255, 0.85);
padding: 2px 8px;
font-size: 0.75rem;
border-radius: 4px;
}
@media (max-width: 768px) {
.mouse-position-display {
display: none;
}
}
/* -----------------------------------------------------------------
Sidebar Overrides
----------------------------------------------------------------- */