Fix UI
This commit is contained in:
parent
cf36a5365b
commit
e92fcc8f67
2 changed files with 3 additions and 1 deletions
|
@ -2676,7 +2676,6 @@ msgid "Disscuss {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: judge/views/problem.py:229
|
#: judge/views/problem.py:229
|
||||||
#, fuzzy, python-brace-format
|
|
||||||
msgid "Discuss <a href=\"{1}\">{0}</a>"
|
msgid "Discuss <a href=\"{1}\">{0}</a>"
|
||||||
msgstr "Thảo luận <a href=\"{1}\">{0}</a>"
|
msgstr "Thảo luận <a href=\"{1}\">{0}</a>"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
#comment-header {
|
#comment-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.no-comments-message {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue