DEV: Add extra whitespace to tidy up prettified templates

This commit is contained in:
David Taylor
2022-12-28 12:23:09 +00:00
parent c8e2e37fa7
commit 9f0a095405
9 changed files with 104 additions and 67 deletions

View File

@ -17,10 +17,9 @@
{{~""~}}
<span class="wave">
{{~""~}}
<span class="dot">.</span><span class="dot">.</span><span
class="dot"
>.</span>
{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
</span>
</span>
</div>

View File

@ -8,15 +8,15 @@
{{/each}}
</div>
<span class="presence-text">
<span class="description">{{i18n
"presence.replying_to_topic"
count=this.users.length
}}</span>{{! (using comment to stop whitespace)
}}<span
class="wave"
><span class="dot">.</span><span class="dot">.</span><span
class="dot"
>.</span></span>
<span class="description">
{{i18n "presence.replying_to_topic" count=this.users.length}}
</span>
<span class="wave">
{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
</span>
</span>
</div>
{{/if}}