TimelineQueueButtonHeader: improve spacing

This commit is contained in:
Alex Gleason 2021-09-27 19:31:46 -05:00
parent f46effb873
commit 54ec139bfc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,8 @@
max-height: 30px; max-height: 30px;
position: sticky; position: sticky;
top: 60px; top: 60px;
margin: 8px auto; margin: 0 auto;
margin-bottom: 8px;
background-color: var(--brand-color); background-color: var(--brand-color);
color: #fff; color: #fff;
border-bottom: 1px solid; border-bottom: 1px solid;
@ -28,6 +29,7 @@
max-height: 0; max-height: 0;
opacity: 0; opacity: 0;
margin: 0; margin: 0;
border: 0;
} }
&__btn { &__btn {