DijiHax.pytorch / ContextCell.module.css
dijihax's picture
Upload 59 files
bae9410 verified
raw
history blame
375 Bytes
.context-item {
display: inline-flex;
padding: 2px 4px 2px 2px;
}
.context-item-metadata {
color: var(--vscode-disabledForeground);
padding-left: 0.1rem;
text-wrap: nowrap;
}
.context-item-edit-button {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.context-item-edit-button-icon {
height: 20%;
margin-right: 0.5rem;
}