.Toolbar {
padding: 0.25rem 0;
flex: 0 0 auto;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.BadgesContainer {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.BadgesContainer:not(:empty) {
padding-bottom: 0.25rem;
border-bottom: 1px solid var(--color-border);
}
.Content {
user-select: none;
overflow-y: auto;
}
.Component {
flex: 1;
font-weight: bold;
font-family: var(--font-family-monospace);
font-size: var(--font-size-monospace-normal);
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
padding-bottom: 0.25rem;
border-bottom: 1px solid var(--color-border);
}
.CurrentCommit {
display: block;
width: 100%;
text-align: left;
background: none;
border: none;
}