Fix small bugs

This commit is contained in:
cuom1999 2022-06-01 00:47:22 -05:00
parent 9b1724cdad
commit 3fb78e714d
4 changed files with 13 additions and 2 deletions

View file

@ -137,6 +137,11 @@
border-radius: 10px;
height: 80%;
width: 60%;
overflow: auto;
}
.featherlight {
/*position: re;*/
}
</style>
@ -183,6 +188,9 @@
width: 200px;
height: 2.3em;
}
html.with-featherlight {
overflow: unset;
}
</style>
{% endblock %}

View file

@ -10,7 +10,7 @@
{% if submission.contest_time %}
{{submission.contest_time}}
{% else %}
{% trans time=submission.date|date(_("N j, Y, g:i a")) %}
{% trans time=submission.date|date(_("g:i a d/m/Y")) %}
{{ time }}
{% endtrans %}
{% endif %}