mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix scrollbars being hidden when sidebar is disabled on firefox
+ rename components, to follow vue style guides
This commit is contained in:
committed by
Mungai Njoroge
parent
62b9aa7a3e
commit
6fb9c0fc4a
+3
-3
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
<!-- <SearchInput v-if="settings.use_sidebar && xl" /> -->
|
||||
<RightSideBar v-if="settings.use_sidebar && xl" />
|
||||
<NowPlayingRight />
|
||||
<BottomBar />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -43,14 +43,14 @@ import { readLocalStorage, writeLocalStorage } from "@/utils";
|
||||
|
||||
// @small-components
|
||||
import Modal from "@/components/modal.vue";
|
||||
import ContextMenu from "@/components/contextMenu.vue";
|
||||
import ContextMenu from "@/components/ContextMenu.vue";
|
||||
import Notification from "@/components/Notification.vue";
|
||||
|
||||
// @app-grid-components
|
||||
import NavBar from "@/components/nav/NavBar.vue";
|
||||
import LeftSidebar from "./components/LeftSidebar/index.vue";
|
||||
import RightSideBar from "@/components/RightSideBar/Main.vue";
|
||||
import NowPlayingRight from "@/components/RightSideBar/NowPlayingRight.vue";
|
||||
import BottomBar from "@/components/BottomBar.vue";
|
||||
|
||||
const queue = useQStore();
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user