@guardian/threads
Version:
21 lines (18 loc) • 331 B
CSS
.root {
display: flex;
align-items: center;
justify-content: space-between;
min-height: var(--size-vertical-base);
}
.toolbar {
display: flex;
align-items: center;
justify-content: flex-end;
}
.toolbar hr {
height: var(--size-vertical-base);
background: var(--color-border-light);
border: 0;
width: 1px;
margin: 0;
}