From 7ef3a81eab1aa167d3c9abb3b5100bf26001244d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 5 Feb 2023 19:34:44 +0100 Subject: Bubble --- tpl/objects/bubble.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tpl/objects/bubble.pug') diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index 03fb10d..52f8949 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug @@ -8,9 +8,10 @@ mixin bubble(user) block ? block() : undefined let classes = { - 'o-bubble': true, - 'o-bubble--75': attributes.compact, - 't-raised': !attributes.theme + 'o-bubble': true, + 'o-bubble--75': attributes.compact, + 'o-bubble--highlight': attributes.highlight, + 't-raised': !attributes.theme } if (attributes.class) { classes[attributes.class] = true -- cgit v1.2.3-70-g09d2