created simple song component for queue

This commit is contained in:
2024-02-06 16:30:24 -05:00
committed by Ethan Girouard
parent fd49ee3a0f
commit 604e2c9c7f
2 changed files with 17 additions and 9 deletions

View File

@ -5,8 +5,9 @@
top: 0;
right: 0;
width: 300px;
height: 55.3rem;
background-color: $queue-background-color; /* Queue background color */
height: 45rem;
overflow: hidden;
background-color: white;/*$queue-background-color; Queue background color */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
.queue-header {