File size: 375 Bytes
bae9410
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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;
}