Add fixed hint bar when header is not visible

This commit is contained in:
天クマ 2026-04-23 17:12:29 -03:00
commit b54133ddd2
3 changed files with 55 additions and 11 deletions

View file

@ -618,6 +618,16 @@ div.hs.selected {
opacity: 0.6;
}
#fixedHint {
position: fixed;
top: 0;
left: 0;
background-color: black;
z-index: 10;
padding: .2em;
outline: thin solid var(--theme-color);
}
#sound {
filter: invert();
}