mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Fix formatting in some places
This commit is contained in:
parent
df3d894947
commit
f8ba3cf815
5 changed files with 12 additions and 12 deletions
|
@ -5,10 +5,10 @@
|
|||
{% else if kind == "t1" %}
|
||||
<div id="{{ id }}" class="comment">
|
||||
<div class="comment_left">
|
||||
{% if prefs.hide_score != "on" %}
|
||||
{% if prefs.hide_score != "on" %}
|
||||
<p class="comment_score" title="{{ score.1 }}">{{ score.0 }}</p>
|
||||
{% endif %}
|
||||
<div class="line"></div>
|
||||
{% endif %}
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
<details class="comment_right" {% if !collapsed || highlighted %}open{% endif %}>
|
||||
<summary class="comment_data">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue