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

20 lines
303 B
CSS

bn-outbound-creator {
gap: 16px;
overflow: auto;
bn-note-picker {
border: var(--material-border);
min-width: 600px;
}
bn-note-outline {
border: var(--material-border);
min-width: 300px;
}
bn-note-preview {
border: var(--material-border);
min-width: 450px;
}
}