From 3c749f87053fea88221453f4a6fe4f194726bb6e Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sun, 8 Dec 2019 22:59:36 +0200 Subject: hide inactive history buttons instead of fading --- tmpl/kanji.html | 4 ++-- tmpl/terms.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tmpl') diff --git a/tmpl/kanji.html b/tmpl/kanji.html index bbc0fc9d..d205cda5 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -89,8 +89,8 @@ No data found {{#if definitions}}
- - + +
{{#each definitions}} {{#unless @first}}
{{/unless}} diff --git a/tmpl/terms.html b/tmpl/terms.html index 9cfabc58..d0c142d9 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -127,8 +127,8 @@ {{#if definitions}}
- - + +
{{#each definitions}} {{#unless @first}}
{{/unless}} -- cgit v1.2.3