enhance: add skeleton loading

This commit is contained in:
Tienson Qin
2022-05-13 10:15:37 +08:00
parent 8a8e3ee26c
commit 4d4ade5c96
6 changed files with 25 additions and 17 deletions

View File

@@ -715,6 +715,11 @@ li p:last-child,
background-color: var(--ls-primary-background-color, #fff);
}
.bg-base-4 {
background-color: var(--ls-tertiary-background-color);
}
.pre-white-space {
white-space: pre;
}