From a0a161ab7ef57d8e808ba45004f1d4d62c828ad2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 13 Feb 2023 20:26:02 +0100 Subject: Update --- tpl/objects/bubble.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/objects/bubble.pug') diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index 52f8949..8d878c8 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug @@ -11,7 +11,7 @@ mixin bubble(user) 'o-bubble': true, 'o-bubble--75': attributes.compact, 'o-bubble--highlight': attributes.highlight, - 't-raised': !attributes.theme + 't-up': !attributes.theme } if (attributes.class) { classes[attributes.class] = true -- cgit v1.2.3-54-g00ecf