diff --git a/exquisite_branch/templates/display_mako.html b/exquisite_branch/templates/display_mako.html index 6900062..e40b892 100644 --- a/exquisite_branch/templates/display_mako.html +++ b/exquisite_branch/templates/display_mako.html @@ -12,7 +12,7 @@ <% offset = 1 / (len(streams) - 1)%> % for stream in streams:
- <% transform = f'rotate({offset * loop.index}turn)' %> + <% transform = f'rotate({offset * loop.index}turn) translateX(100%) ' %> % for branch in stream: <% transform = transform + ' rotate(' + str((random() * 2 - 1) * 0.02) + 'turn) translateX(100%)'%>
${branch['content']}