| .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; | |
| } | |