From 076d3a286583d8ca0e43db22d61e8f6770632f9c Mon Sep 17 00:00:00 2001 From: ecco257 <72117210+ecco257@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:47:36 -0400 Subject: [PATCH] Update styling of song in queue to adjust for blank space in suspense of artists --- style/queue.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style/queue.scss b/style/queue.scss index aa5e637..24a31bf 100644 --- a/style/queue.scss +++ b/style/queue.scss @@ -48,7 +48,12 @@ color: #fff; /* Adjust text color for song */ } - p { + .fallback-artists { + margin: 14px 0 0 0; /* Adjust margin for blank space to align text */ + } + + .artists { + font-size: 14px; margin: 0; /* Remove default margin for paragraph */ color: #aaa; /* Adjust text color for artist */ }