TimelineQueueButtonHeader: improve spacing
This commit is contained in:
parent
f46effb873
commit
54ec139bfc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue