mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
loadmore tracks, albums, artists
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
const menus = [
|
||||
{
|
||||
name: "home",
|
||||
@@ -85,7 +84,7 @@ const props = defineProps({
|
||||
padding: 0.6rem 0 0.6rem 0;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(73, 73, 73, 0.13);
|
||||
background-color: $gray;
|
||||
|
||||
#home-icon {
|
||||
background-color: rgba(145, 58, 58, 0.555);
|
||||
|
||||
Reference in New Issue
Block a user