feat: Kanji view styling, bigger furigana
This commit is contained in:
parent
87ca6a5564
commit
89db3846d0
|
@ -2,3 +2,7 @@ a {
|
|||
text-decoration: none !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
rt {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
|
|
@ -90,15 +90,19 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="d-flex flex-column">
|
||||
<div class="d-flex flex-column">
|
||||
<h2>Terms</h2>
|
||||
{% for term in terms|slice(0,5) %}
|
||||
<div>
|
||||
<div class="text">{{ term.toAnkiVocabDef|ruby|raw }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<hr>
|
||||
|
||||
<h2>Terms</h2>
|
||||
{% for term in terms|slice(0,5) %}
|
||||
<div>
|
||||
<div class="text">{{ term.toAnkiVocabDef|ruby|raw }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Appeareances</h2>
|
||||
{% for refname, refcount in ref %}
|
||||
|
|
Loading…
Reference in New Issue