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
@@ -11,7 +11,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Navigation from "@/components/LeftSidebar/Navigation.vue";
|
||||
import NPImg from "@/components/LeftSidebar/nowPlayingImg.vue";
|
||||
import NPImg from "./NowPlayingImg.vue";
|
||||
import Logo from "@/components/Logo.vue";
|
||||
|
||||
import useSettingsStore from "@/stores/settings";
|
||||
|
||||
Reference in New Issue
Block a user