mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Fine tune busy state of popup panel
This commit is contained in:
parent
dfeb4e79ed
commit
161cc473a2
3 changed files with 3 additions and 2 deletions
|
|
@ -55,6 +55,7 @@ aside {
|
|||
display: none;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<title data-i18n="extName"></title>
|
||||
</head>
|
||||
|
||||
<body class="loading">
|
||||
<body class="loading busy">
|
||||
|
||||
<main>
|
||||
<div id="hostname"><span></span>­<span></span></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue