summaryrefslogtreecommitdiffstats
path: root/tpl/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-19 11:47:17 +0200
committerVolpeon <git@volpeon.ink>2023-10-19 11:47:17 +0200
commit47d6ec3256174a518d5cd370fe9aa9197c804f5a (patch)
tree9ad531ea8d9e5e3a5c4181cbd48cb0b88f1b0ecd /tpl/objects
parentUpdate (diff)
downloadiro-design-47d6ec3256174a518d5cd370fe9aa9197c804f5a.tar.gz
iro-design-47d6ec3256174a518d5cd370fe9aa9197c804f5a.tar.bz2
iro-design-47d6ec3256174a518d5cd370fe9aa9197c804f5a.zip
Implement bubble group with flex
Diffstat (limited to 'tpl/objects')
-rw-r--r--tpl/objects/bubble-group.pug3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/objects/bubble-group.pug b/tpl/objects/bubble-group.pug
index 4fcb1a4..e22953d 100644
--- a/tpl/objects/bubble-group.pug
+++ b/tpl/objects/bubble-group.pug
@@ -14,4 +14,5 @@ mixin bubble-group(user)
14 section(class=classes) 14 section(class=classes)
15 .l-bubble-group__avatar.u-p-sticky-top 15 .l-bubble-group__avatar.u-p-sticky-top
16 +avatar= user.slice(0, 2) 16 +avatar= user.slice(0, 2)
17 block 17 .l-bubble-group__content
18 block