style: adjust styles

This commit is contained in:
Hakadao
2023-11-05 23:26:22 +08:00
parent 8c42b73e14
commit be18b42e35
2 changed files with 3 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ const isTopbarFixed = computed(() => {
|| /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(location.href)
// anime playback & movie page
|| /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/.*/.test(location.href)
// anime page
|| /https?:\/\/(www.)?bilibili.com\/anime(\/)?.*/.test(location.href)
// moment page
|| /https?:\/\/t.bilibili.com.*/.test(location.href)
)