mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
feat(srs): hide cloze by default
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user