diff options
Diffstat (limited to 'tpl/objects')
| -rw-r--r-- | tpl/objects/bubble.pug | 6 |
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 |
