refactor: adjust directory structure

This commit is contained in:
Hakadao
2024-10-03 01:26:52 +08:00
parent 6bf071df95
commit c53da29bd9
2 changed files with 2 additions and 4 deletions

View File

@@ -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'

View File

@@ -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