mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
update: perloading style
This commit is contained in:
@@ -60,6 +60,8 @@ browser.tabs.onUpdated.addListener((tabId: number, changInfo: Tabs.OnUpdatedChan
|
||||
body {
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s;
|
||||
overflow-y: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
`
|
||||
|
||||
@@ -74,6 +76,8 @@ browser.tabs.onUpdated.addListener((tabId: number, changInfo: Tabs.OnUpdatedChan
|
||||
const css = `
|
||||
body {
|
||||
opacity: 1;
|
||||
overflow-y: auto;
|
||||
pointer-events: auto;
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user