summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-30 07:20:47 +0100
committerVolpeon <git@volpeon.ink>2023-01-30 07:20:47 +0100
commitc346bc64f24f01ae40b75a8a4ae03747d014266f (patch)
tree479d471dd9b51aed331930f1a64ccfdd73895027 /tpl
parentFixed code object (diff)
downloadiro-design-c346bc64f24f01ae40b75a8a4ae03747d014266f.tar.gz
iro-design-c346bc64f24f01ae40b75a8a4ae03747d014266f.tar.bz2
iro-design-c346bc64f24f01ae40b75a8a4ae03747d014266f.zip
Update
Diffstat (limited to 'tpl')
-rw-r--r--tpl/objects/bubble.pug6
1 files changed, 3 insertions, 3 deletions
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)
8 block ? block() : undefined 8 block ? block() : undefined
9 9
10 let classes = { 10 let classes = {
11 'o-bubble': true, 11 'o-bubble': true,
12 'o-bubble--compact': attributes.compact, 12 'o-bubble--75': attributes.compact,
13 't-raised': !attributes.theme 13 't-raised': !attributes.theme
14 } 14 }
15 if (attributes.class) { 15 if (attributes.class) {
16 classes[attributes.class] = true 16 classes[attributes.class] = true