zotero-better-notes/addon/chrome/content/styles/linkCreator/notePicker.css

45 lines
765 B
CSS

bn-note-picker {
flex-direction: column;
#collections-items-container {
display: flex;
height: 100%;
max-height: 50%;
border-bottom: var(--material-border);
user-select: none;
}
#zotero-collections-tree {
background: var(--material-sidepane);
}
#select-items-dialog {
display: flex;
padding: 0;
#zotero-select-items-container {
gap: 0;
}
#collections-items-container {
margin-bottom: 0;
}
#zotero-items-pane-content {
min-height: 100%;
}
}
#bn-select-opened-notes-container {
min-width: 200px;
max-height: 50%;
}
.bn-note-list-container {
width: 100%;
}
#bn-select-recent-notes-content {
border-left: var(--material-border-quarternary);
}
}