mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
feat: separate discs in album page
+ remove tooltip markup + refactor css classnames
This commit is contained in:
committed by
Mungai Njoroge
parent
278439eee8
commit
977d9282cb
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-auto-animate class="l-sidebar noscroll">
|
||||
<div v-auto-animate class="l-sidebar no-scroll">
|
||||
<div class="withlogo">
|
||||
<Logo />
|
||||
<Navigation />
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Navigation from "@/components/LeftSidebar/Navigation.vue";
|
||||
import NowPlayingImage from "./NowPlayingImg.vue";
|
||||
import Logo from "@/components/Logo.vue";
|
||||
import NowPlayingImage from "./NowPlayingImg.vue";
|
||||
|
||||
import useSettingsStore from "@/stores/settings";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user