rename bg-black to bg-primary

+ rename BottomBar to NowPlayingRight
This commit is contained in:
geoffrey45
2022-08-19 22:14:23 +03:00
parent ade8edcba2
commit 79dcc61084
24 changed files with 53 additions and 55 deletions
@@ -12,9 +12,9 @@
</template>
<script setup lang="ts">
import PlaylistCard from "@/components/playlists/PlaylistCard.vue";
import PlaylistCard from "@/components/PlaylistsList/PlaylistCard.vue";
import NewPlaylistCard from "@/components/playlists/NewPlaylistCard.vue";
import NewPlaylistCard from "@/components/PlaylistsList/NewPlaylistCard.vue";
import usePStore from "@/stores/pages/playlists";
const pStore = usePStore();
</script>
-5
View File
@@ -23,11 +23,6 @@ import Content from "../components/SettingsView/Content.vue";
.scrollable {
overflow: auto;
margin-top: 1rem;
@include for-desktop-down {
margin-top: 0;
}
}
}
</style>