mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
feat: improve zotero settings style
This commit is contained in:
13
src/main/frontend/extensions/zotero.css
Normal file
13
src/main/frontend/extensions/zotero.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.zotero-settings {
|
||||
.row {
|
||||
@apply sm:grid sm:grid-cols-3 sm:gap-4 mb-4 flex items-center;
|
||||
}
|
||||
|
||||
.title {
|
||||
@apply block font-medium leading-5;
|
||||
}
|
||||
|
||||
.form-select {
|
||||
@apply py-2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user