aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-16 21:50:39 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-16 22:39:26 -0500
commit4c3321612b2aee9860118f04a2222d3ad07ca2ce (patch)
treefa12b043eff9a463eafbb79ccff2ebd1a69c0d43 /ext/mixed/css
parentc8fd33ecf456c835254d7c02bbf6386fec9d44f8 (diff)
Add space to end of term list
Diffstat (limited to 'ext/mixed/css')
-rw-r--r--ext/mixed/css/display.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 4aa2a31e..d2b6bada 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -280,6 +280,12 @@ button.action-button {
content: "\3001";
}
+.term-expression-list>.term-expression:last-of-type:not(:first-of-type):after {
+ font-size: 2em;
+ content: "\3000";
+ visibility: hidden;
+}
+
.term-expression-list[data-multi=true]:not([data-count="1"]) .term-expression-details {
display: inline-block;
position: relative;