mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-21 15:03:44 +02:00
feat: update style
This commit is contained in:
@@ -43,6 +43,11 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Reset animation
|
||||
macLookupResultsSection.classList.remove('fade-in');
|
||||
void macLookupResultsSection.offsetWidth; // Trigger reflow
|
||||
macLookupResultsSection.classList.add('fade-in');
|
||||
|
||||
macLookupResultsSection.classList.remove('hidden');
|
||||
macLookupLoader.classList.remove('hidden');
|
||||
macLookupErrorEl.classList.add('hidden');
|
||||
|
||||
Reference in New Issue
Block a user