mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00

We don't show the loading indicator at all between clicks. Instead, just append the new iframe. Delete the old iframe when the new one sent the "ready" message. This way we prevent flashing of the white browser background, which looks jarring when viewing dark mode pages.
2 lines
87 B
HTML
2 lines
87 B
HTML
<div id="loading-indicator"><div class="lds-ripple"><div></div><div></div></div></div>
|