mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Use a bullet instead of empty margin when score is hidden
This is prettier and keeps consistency across the app.
This commit is contained in:
parent
f8ba3cf815
commit
e3b1c5b587
9 changed files with 39 additions and 17 deletions
|
@ -77,9 +77,13 @@
|
|||
{% else %}
|
||||
<div class="comment">
|
||||
<div class="comment_left">
|
||||
<p class="comment_score" title="{{ post.score.1 }}">
|
||||
{% if prefs.hide_score != "on" %}
|
||||
<p class="comment_score" title="{{ post.score.1 }}">{{ post.score.0 }}</p>
|
||||
{{ post.score.0 }}
|
||||
{% else %}
|
||||
•
|
||||
{% endif %}
|
||||
</p>
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
<details class="comment_right" open>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue