diff --git a/src/App.vue b/src/App.vue index 00b407d1..7701e740 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@
- + @@ -33,7 +33,7 @@ import Notification from "@/components/Notification.vue"; import RightSideBar from "@/components/RightSideBar/Main.vue"; import SearchInput from "@/components/RightSideBar/SearchInput.vue"; -import BottomBar from "@/components/BottomBar/BottomBar.vue"; +import NowPlayingRight from "@/components/RightSideBar/NowPlayingRight.vue"; import LeftSidebar from "./components/LeftSidebar/index.vue"; import { readLocalStorage, writeLocalStorage } from "@/utils"; diff --git a/src/assets/scss/Global/basic.scss b/src/assets/scss/Global/basic.scss index be62d1aa..4ab06b81 100644 --- a/src/assets/scss/Global/basic.scss +++ b/src/assets/scss/Global/basic.scss @@ -43,7 +43,7 @@ display: flex; } -.bg-black { +.bg-primary { background-color: $gray4; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.425) } diff --git a/src/components/AlbumView/AlbumBio.vue b/src/components/AlbumView/AlbumBio.vue index 46a0b86d..68637d3a 100644 --- a/src/components/AlbumView/AlbumBio.vue +++ b/src/components/AlbumView/AlbumBio.vue @@ -17,8 +17,8 @@ loading="lazy" /> -
-
No bio found
+
+
No bio found
diff --git a/src/components/LeftSidebar/Navigation.vue b/src/components/LeftSidebar/Navigation.vue index 8f4d031e..ad022951 100644 --- a/src/components/LeftSidebar/Navigation.vue +++ b/src/components/LeftSidebar/Navigation.vue @@ -3,7 +3,7 @@