Zundler/zundler/assets/init.html
Adrian Vollmer 3eda0fb604 Change behavior of loading indicator
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.
2024-04-27 18:59:25 +02:00

2 lines
87 B
HTML

<div id="loading-indicator"><div class="lds-ripple"><div></div><div></div></div></div>