feat(srs): hide cloze by default

This commit is contained in:
Tienson Qin
2021-07-21 23:24:22 +08:00
parent 82b9ad3cd1
commit 96a45323ff
3 changed files with 28 additions and 13 deletions

View File

@@ -445,6 +445,12 @@ a.filter svg {
height: 100%;
}
@media (min-width: 1024px) {
.ui__modal-panel .ls-card {
min-height: 24rem;
}
}
.ls-card a[data-ref*="card"], .ls-card .page-reference[data-ref*="card"] {
display: none;
}
@@ -460,6 +466,7 @@ span.cloze {
}
span.cloze-revealed {
color: var(--ls-cloze-text-color);
text-decoration: underline;
text-underline-position: under;
}