From c346bc64f24f01ae40b75a8a4ae03747d014266f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 30 Jan 2023 07:20:47 +0100 Subject: Update --- tpl/objects/bubble.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl/objects') diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index d04f06b..03fb10d 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug @@ -8,9 +8,9 @@ mixin bubble(user) block ? block() : undefined let classes = { - 'o-bubble': true, - 'o-bubble--compact': attributes.compact, - 't-raised': !attributes.theme + 'o-bubble': true, + 'o-bubble--75': attributes.compact, + 't-raised': !attributes.theme } if (attributes.class) { classes[attributes.class] = true -- cgit v1.2.3-54-g00ecf