mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: resolve flash issue during transition form homepage to search page
This commit is contained in:
@@ -138,7 +138,6 @@ onMounted(() => {
|
||||
if (isHomePage.value) {
|
||||
// Force overwrite Bilibili Evolved body tag & html tag background color
|
||||
document.body.style.setProperty('background-color', 'unset', 'important')
|
||||
document.documentElement.style.setProperty('background-color', 'unset', 'important')
|
||||
}
|
||||
document.documentElement.style.setProperty('font-size', '14px')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user