diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-20 16:48:54 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-20 16:48:54 +0100 |
| commit | b34545ce5a694a0042f2d1dfbbfad7bfee713c2d (patch) | |
| tree | d0f58f4115dc19e2e02d1e7363c3feb45418a4d1 /tpl/objects/bubble-group.pug | |
| parent | Improved heading structure (diff) | |
| download | iro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.tar.gz iro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.tar.bz2 iro-design-b34545ce5a694a0042f2d1dfbbfad7bfee713c2d.zip | |
Fixed flaws
Diffstat (limited to 'tpl/objects/bubble-group.pug')
| -rw-r--r-- | tpl/objects/bubble-group.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/bubble-group.pug b/tpl/objects/bubble-group.pug index a1a8c00..e6a6d19 100644 --- a/tpl/objects/bubble-group.pug +++ b/tpl/objects/bubble-group.pug | |||
| @@ -10,6 +10,6 @@ mixin bubble-group(user) | |||
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | section(class=classes) | 12 | section(class=classes) |
| 13 | .l-bubble-group__avatar.u-sticky-top | 13 | .l-bubble-group__avatar.u-p-sticky-top |
| 14 | +avatar= user.slice(0, 2) | 14 | +avatar= user.slice(0, 2) |
| 15 | block | 15 | block |
