[mv3] Fine tune busy state of popup panel

This commit is contained in:
Raymond Hill 2026-01-11 14:00:58 -05:00
parent dfeb4e79ed
commit 161cc473a2
No known key found for this signature in database
GPG key ID: F5630CAE62A14316
3 changed files with 3 additions and 2 deletions

View file

@ -55,6 +55,7 @@ aside {
display: none;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;

View file

@ -351,7 +351,7 @@ async function tryInit() {
} catch {
setTimeout(tryInit, 100);
} finally {
dom.cl.remove(dom.body, 'loading');
dom.cl.remove(dom.body, 'loading', 'busy');
}
}

View file

@ -13,7 +13,7 @@
<title data-i18n="extName"></title>
</head>
<body class="loading">
<body class="loading busy">
<main>
<div id="hostname"><span></span>&shy;<span></span></div>