[S] Make b35 look better

This commit is contained in:
Azalea
2024-04-17 00:03:35 +09:00
parent 65f8b587af
commit c616ea81c6
3 changed files with 31 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ export function tooltip(element: HTMLElement, params: { text: string } | string)
// Initially hidden
div.style.display = 'none'
document.body.appendChild(div)
}