mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 21:14:22 +00:00
start adding some features
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="player">
|
||||
<div class="controls"></div>
|
||||
<div class="song-info"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.song-info {
|
||||
background-color: var( --accent-background );
|
||||
height: 80%;
|
||||
width: 50%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user