mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat: add a loading indictor when creating zotero page
This commit is contained in:
@@ -11,3 +11,18 @@
|
||||
@apply py-2;
|
||||
}
|
||||
}
|
||||
|
||||
.zotero-search-item-loading-indicator {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 60px;
|
||||
color: black;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user