minor refactors

This commit is contained in:
geoffrey45
2022-02-19 22:12:10 +03:00
parent a6bb5059b0
commit 92c2443c7c
20 changed files with 121 additions and 104 deletions
+8 -5
View File
@@ -9,9 +9,11 @@
</div>
<div class="separator" id="av-sep"></div>
<FeaturedArtists :artists="artists" />
<div class="separator" id="av-sep"></div>
<AlbumBio :bio="bio" v-if="bio" />
<div class="separator" id="av-sep"></div>
<div v-if="bio">
<div class="separator" id="av-sep"></div>
<AlbumBio :bio="bio" v-if="bio" />
</div>
<!-- <div class="separator" id="av-sep"></div> -->
</div>
</template>
@@ -74,12 +76,13 @@ export default {
.al-view {
height: calc(100% - 1rem);
overflow: auto;
margin: $smaller $small;
margin: $small $small;
scrollbar-width: none;
.songs {
padding: $small;
background-color: $card-dark;
min-height: calc(100% - 30rem);
}
&::-webkit-scrollbar {
@@ -90,4 +93,4 @@ export default {
border: none;
}
}
</style>
</style>