feat(srs): ux enhancement

This commit is contained in:
Tienson Qin
2021-07-21 21:05:05 +08:00
parent ba95db41a9
commit bc6f8c5526
11 changed files with 275 additions and 194 deletions

View File

@@ -440,3 +440,26 @@ a.filter svg {
.query-title {
background: var(--ls-page-properties-background-color);
}
.ls-card {
height: 100%;
}
.ls-card a[data-ref*="card"], .ls-card .page-reference[data-ref*="card"] {
display: none;
}
.cards-title {
background: var(--ls-page-properties-background-color);
border-radius: 4px;
padding: 2px 8px;
}
span.cloze {
color: var(--ls-cloze-text-color);
}
span.cloze-revealed {
text-decoration: underline;
text-underline-position: under;
}