diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-10 21:38:11 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-10 21:38:11 -0500 |
commit | 17181eb97efcef6a4221397cfe6030b880792e32 (patch) | |
tree | 821ce5d276a93cd3a48563da2870145b5f9e6e62 /ext/mixed/css | |
parent | bbb74d0a48e389f3b29e9d9a53c1ac383e8046fe (diff) |
Improve style of some tags
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 62e62243..f131bda3 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -227,8 +227,8 @@ button.action-button { display: block; } -.tag-list>.tag+.tag { - margin-left: 0.375em; +.tag-list>.tag:not(:last-child) { + margin-right: 0.375em; } html:root:not([data-enable-search-tags=true]) .tag[data-category=search] { @@ -398,7 +398,7 @@ html:root:not([data-enable-search-tags=true]) .tag[data-category=search] { :root[data-compact-glossaries=true] .term-definition-tag-list, :root[data-compact-glossaries=true] .term-definition-only-list:not([data-count="0"]) { - display: inline-block; + display: inline; } :root[data-compact-glossaries=true] .term-glossary-list { @@ -425,6 +425,11 @@ html:root:not([data-enable-search-tags=true]) .tag[data-category=search] { white-space: pre-wrap; } +.term-special-tags>.frequencies { + display: inline; +} + + /* * Kanji */ |