diff --git a/assets/styles/app.css b/assets/styles/app.css index 3d1f1ee..d4b9c73 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -2,3 +2,7 @@ a { text-decoration: none !important; color: inherit !important; } + +rt { + font-size: 0.75em; +} diff --git a/templates/kanji/view.html.twig b/templates/kanji/view.html.twig index 64323b7..7592884 100644 --- a/templates/kanji/view.html.twig +++ b/templates/kanji/view.html.twig @@ -90,15 +90,19 @@ + +
-
-

Terms

- {% for term in terms|slice(0,5) %} -
-
{{ term.toAnkiVocabDef|ruby|raw }}
-
- {% endfor %} +
+ +

Terms

+ {% for term in terms|slice(0,5) %} +
+
{{ term.toAnkiVocabDef|ruby|raw }}
+ {% endfor %} + +

Appeareances

{% for refname, refcount in ref %}