From 409b3652ff1dc0f10f6d8ea06c77c89d58bf5e7a Mon Sep 17 00:00:00 2001 From: timongh <46739861+timongh@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:27:29 +0800 Subject: [PATCH] Fix image style of customNavbar(fix #4312) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原因:自定义顶栏的图片使用了 CSS 类 cover-container;该类被 B 站使用,进而影响到自定义顶栏 --- .../style/custom-navbar/favorites/NavbarFavorites.vue | 4 ++-- .../components/style/custom-navbar/history/NavbarHistory.vue | 4 ++-- .../style/custom-navbar/subscriptions/SubscriptionsList.vue | 4 ++-- .../style/custom-navbar/watchlater/NavbarWatchlater.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue b/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue index 3e2366b96..de6905962 100644 --- a/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue +++ b/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue @@ -22,7 +22,7 @@
@@ -376,7 +376,7 @@ export default Vue.extend({ &:hover .cover { transform: scale(1.05); } - .cover-container { + .favorites-cover-container { grid-area: cover; overflow: hidden; border-radius: 8px 0 0 8px; diff --git a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue index 43aa0813b..c2042fb00 100644 --- a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue +++ b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue @@ -48,7 +48,7 @@
- + -