Add notes to Shortcuts UI

This commit is contained in:
redphx
2024-05-25 14:55:24 +07:00
parent 579dc6bf40
commit 498123af85
4 changed files with 56 additions and 25 deletions

View File

@@ -87,6 +87,10 @@ div[class^=HUDButton-module__hiddenContainer] ~ div:not([class^=HUDButton-module
padding: 0 !important;
}
.bx-prompt {
font-family: var(--bx-promptfont-font);
}
/* Hide UI elements */
#headerArea, #uhfSkipToMain, .uhf-footer {
display: none;