feat: add a loading indictor when creating zotero page

This commit is contained in:
Junyu Zhan
2021-07-27 09:48:20 +08:00
parent 2f7e3f5b3f
commit 242d467542
2 changed files with 31 additions and 9 deletions

View File

@@ -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;
}