wip, zotero poc

This commit is contained in:
Weihua Lu
2021-07-07 16:13:44 +08:00
parent c30449eff0
commit ab21d88786
64 changed files with 1791 additions and 712 deletions

View File

@@ -63,3 +63,8 @@ pre {
background: #f6f8fa;
background: var(--ls-secondary-background-color);
}
/* Fix autocomplete preview */
.preview-trigger-wrapper > [data-tooltipped] {
display: block !important;
}