feat: separate discs in album page

+ remove tooltip markup
+ refactor css classnames
This commit is contained in:
geoffrey45
2022-10-01 21:35:02 +03:00
committed by Mungai Njoroge
parent 278439eee8
commit 977d9282cb
23 changed files with 187 additions and 193 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<template>
<div class="search-tracks-view">
<div class="noscroll">
<div class="no-scroll">
<Layout :no_header="true" :tracks="search.tracks.value" />
</div>
</div>
@@ -17,7 +17,7 @@ const search = useSearchStore();
.search-tracks-view {
height: 100%;
.noscroll {
.no-scroll {
height: 100%;
}