hide shortcuts for spectators

This commit is contained in:
Robin Appelman 2024-12-02 23:56:52 +01:00
commit 213d2c6753
2 changed files with 35 additions and 24 deletions

View file

@ -127,6 +127,10 @@ kbd {
overflow: auto;
max-height: 90%;
max-width: 90%;
&:focus-visible {
outline: none;
}
}
.modal-content input[type="text"] {