From c53da29bd9f4480badb1b94a85aefbe0d8d9f9ec Mon Sep 17 00:00:00 2001 From: Hakadao Date: Thu, 3 Oct 2024 01:26:52 +0800 Subject: [PATCH] refactor: adjust directory structure --- src/styles/adaptedStyles/index.ts | 2 +- .../{thirdParty.scss => thirdParty/bilibiliEvolved.scss} | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) rename src/styles/adaptedStyles/{thirdParty.scss => thirdParty/bilibiliEvolved.scss} (88%) diff --git a/src/styles/adaptedStyles/index.ts b/src/styles/adaptedStyles/index.ts index 6de4d57c..e0306986 100644 --- a/src/styles/adaptedStyles/index.ts +++ b/src/styles/adaptedStyles/index.ts @@ -8,7 +8,7 @@ import './common/userCard.scss' import './common/videoPlayer.scss' import './common/loginDialog.scss' import './shadowDom/comments.scss' -import './thirdParty.scss' +import './thirdParty/bilibiliEvolved.scss' import { isHomePage } from '~/utils/main' diff --git a/src/styles/adaptedStyles/thirdParty.scss b/src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss similarity index 88% rename from src/styles/adaptedStyles/thirdParty.scss rename to src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss index 24f7f863..c01dc50d 100644 --- a/src/styles/adaptedStyles/thirdParty.scss +++ b/src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss @@ -1,6 +1,5 @@ -// #region Bilibili Evolved -// Adapt the colors of the two Bilibili Evolved's buttons on the left side to BewlyBewly theme .bewly-design { + // Adapt the colors of the two Bilibili Evolved's buttons on the left side to BewlyBewly theme .be-settings > .sidebar > * { background-color: var(--bew-elevated-solid) !important; opacity: 0.4; @@ -44,4 +43,3 @@ } } } -// #endregion