zotero-better-notes/addon/chrome/content/styles/workspace.css

12 lines
194 B
CSS

bn-workspace,
.container {
width: 100%;
height: 100%;
background: var(--material-sidepane);
flex-grow: 1;
}
bn-workspace #__addonRef__-editor-main #links-container {
display: none;
}