From 54ec139bfc684df8c7692cbec64244ab9e58d45d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 27 Sep 2021 19:31:46 -0500 Subject: [PATCH] TimelineQueueButtonHeader: improve spacing --- app/styles/components/timeline-queue-header.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/components/timeline-queue-header.scss b/app/styles/components/timeline-queue-header.scss index 9e5a813a3..405c7c5d8 100644 --- a/app/styles/components/timeline-queue-header.scss +++ b/app/styles/components/timeline-queue-header.scss @@ -5,7 +5,8 @@ max-height: 30px; position: sticky; top: 60px; - margin: 8px auto; + margin: 0 auto; + margin-bottom: 8px; background-color: var(--brand-color); color: #fff; border-bottom: 1px solid; @@ -28,6 +29,7 @@ max-height: 0; opacity: 0; margin: 0; + border: 0; } &__btn {