remove content div margin bottom if alt_np is not shown

This commit is contained in:
geoffrey45
2022-08-27 22:17:24 +03:00
parent a9ce08b092
commit b019fa22c4
4 changed files with 34 additions and 18 deletions
-2
View File
@@ -6,7 +6,6 @@
</div>
<nowPlaying v-if="!settings.use_alt_np" />
<!-- <Playlists /> -->
</div>
</template>
@@ -14,7 +13,6 @@
import Navigation from "@/components/LeftSidebar/Navigation.vue";
import nowPlaying from "@/components/LeftSidebar/nowPlaying.vue";
import Logo from "@/components/Logo.vue";
// import Playlists from "./components/LeftSidebar/Playlists.vue";
import useSettingsStore from "@/stores/settings";