fix show-more display

This commit is contained in:
zhaospei 2023-02-06 23:25:50 +07:00
parent 88943f40fb
commit 4e7b8daada
6 changed files with 10 additions and 7 deletions

View file

@ -132,8 +132,8 @@
</form>
<center id="thank-{{problem.id}}" style="display: none; margin-top: 3em"></center>
{% endif %}
<div class="show-more"> {{_("...More")}} </div>
</div>
<div class="show-more"> {{_("...More")}} </div>
<div class="actionbar-box">
{% set pagevote = problem.pagevote %}
{% set bookmark = problem.bookmark %}