prune: remove the small prop as it is now no more useful
This commit is contained in:
9
main.ts
9
main.ts
@@ -26,15 +26,6 @@ if (display === 'house-only') {
|
||||
document.querySelectorAll('.hud')?.forEach((hud) => hud.remove())
|
||||
}
|
||||
|
||||
const size = params.get('size')
|
||||
|
||||
if (size === 'small') {
|
||||
const body = document.querySelector('body')
|
||||
if (body) {
|
||||
body.style.fontSize = '15px'
|
||||
}
|
||||
}
|
||||
|
||||
const focusElements = params.getAll('focus')
|
||||
|
||||
if (focusElements.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user