summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-18 18:09:33 +0200
committerVolpeon <git@volpeon.ink>2023-10-18 18:09:33 +0200
commita6b0d8432b737d974a22781b8a210f7c75977bde (patch)
tree4dc47778234493099af8019606509740a8228527 /tpl/views
parentUpdate (diff)
downloadiro-design-a6b0d8432b737d974a22781b8a210f7c75977bde.tar.gz
iro-design-a6b0d8432b737d974a22781b8a210f7c75977bde.tar.bz2
iro-design-a6b0d8432b737d974a22781b8a210f7c75977bde.zip
Improved bubble group customization
Diffstat (limited to 'tpl/views')
-rw-r--r--tpl/views/bubble-group.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/bubble-group.pug b/tpl/views/bubble-group.pug
index 8464bc7..ce00067 100644
--- a/tpl/views/bubble-group.pug
+++ b/tpl/views/bubble-group.pug
@@ -1,7 +1,7 @@
1mixin view-bubble-group 1mixin view-bubble-group
2 +view('bubble-group', 'Bubble group') 2 +view('bubble-group', 'Bubble group')
3 .c-box.l-overflow(style='resize: vertical') 3 .c-box.l-overflow(style='resize: vertical')
4 +bubble-group('Volpeon')(compact=true arrow=true) 4 +bubble-group('Volpeon')(compact=true arrow=true left=true)
5 +bubble('Volpeon')(compact=true class='l-bubble-group__bubble') 5 +bubble('Volpeon')(compact=true class='l-bubble-group__bubble')
6 +slot('body')= 'Compact bubbles test' 6 +slot('body')= 'Compact bubbles test'
7 +slot('time')= '12:34' 7 +slot('time')= '12:34'