Add fixed hint bar when header is not visible
This commit is contained in:
parent
345be6536e
commit
b54133ddd2
3 changed files with 55 additions and 11 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue