somethings I don't remember

This commit is contained in:
geoffrey45
2021-12-10 22:53:27 +03:00
parent aed2c74975
commit 3beab7b0a1
12 changed files with 87 additions and 32 deletions
+5 -2
View File
@@ -1,15 +1,18 @@
<template>
<div class="a-container">
<TopAlbums />
<Albums />
</div>
</template>
<script>
import TopAlbums from "../components/AlbumsExplorer/TopAlbums.vue";
import Albums from "../components/AlbumsExplorer/AlbumList.vue";
export default {
components: {
TopAlbums,
Albums
},
};
</script>
@@ -18,7 +21,7 @@ export default {
.a-container {
height: 100%;
border-radius: $small;
background-color: $card-dark;
padding: $small;
// background-color: $card-dark;
// padding: $small;
}
</style>
+1 -1
View File
@@ -40,7 +40,7 @@ export default {
.p-bg .clip {
height: calc(100% - 14em);
padding-bottom: $small;
border-bottom: solid 1px $seperator;
border-bottom: solid 1px $separator;
}
.p-bg .scrollable {