diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-13 20:26:02 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-13 20:26:02 +0100 |
| commit | a0a161ab7ef57d8e808ba45004f1d4d62c828ad2 (patch) | |
| tree | a7ce0e181884a8043ef80b035cebcf359454076c /tpl/objects/bubble.pug | |
| parent | Update (diff) | |
| download | iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.tar.gz iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.tar.bz2 iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.zip | |
Update
Diffstat (limited to 'tpl/objects/bubble.pug')
| -rw-r--r-- | tpl/objects/bubble.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 11 | 'o-bubble': true, | 11 | 'o-bubble': true, |
| 12 | 'o-bubble--75': attributes.compact, | 12 | 'o-bubble--75': attributes.compact, |
| 13 | 'o-bubble--highlight': attributes.highlight, | 13 | 'o-bubble--highlight': attributes.highlight, |
| 14 | 't-raised': !attributes.theme | 14 | 't-up': !attributes.theme |
| 15 | } | 15 | } |
| 16 | if (attributes.class) { | 16 | if (attributes.class) { |
| 17 | classes[attributes.class] = true | 17 | classes[attributes.class] = true |
