prune: remove the small prop as it is now no more useful

This commit is contained in:
Julien Calixte
2025-01-08 00:39:18 +01:00
parent 8c1eec4290
commit d8ac1ad678
2 changed files with 2 additions and 14 deletions

View File

@@ -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) {