From a6b0d8432b737d974a22781b8a210f7c75977bde Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 18 Oct 2023 18:09:33 +0200 Subject: Improved bubble group customization --- tpl/objects/bubble-group.pug | 2 ++ tpl/objects/bubble.pug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tpl/objects') diff --git a/tpl/objects/bubble-group.pug b/tpl/objects/bubble-group.pug index e6a6d19..4fcb1a4 100644 --- a/tpl/objects/bubble-group.pug +++ b/tpl/objects/bubble-group.pug @@ -3,6 +3,8 @@ mixin bubble-group(user) let classes = { 'l-bubble-group': true, 'l-bubble-group--compact': attributes.compact, + 'l-bubble-group--left': attributes.left, + 'l-bubble-group--right': attributes.right, 'l-bubble-group--arrow': attributes.arrow } if (attributes.class) { diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index 5782ca5..6a3ea8b 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug @@ -35,7 +35,7 @@ mixin bubble(user) span.s-links.s-links--colored - slots.body() if slots.time - small.o-bubble__time + small.o-bubble__suffix - slots.time() if slots.footer footer.o-bubble__footer -- cgit v1.2.3-54-g00ecf