From e92fcc8f676ec0207f015e01e2e8d2e01b110fa5 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 16 Dec 2021 14:51:45 -0600 Subject: [PATCH] Fix UI --- locale/vi/LC_MESSAGES/django.po | 1 - templates/problem/comments.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 8104175..6d16704 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -2676,7 +2676,6 @@ msgid "Disscuss {0}" msgstr "" #: judge/views/problem.py:229 -#, fuzzy, python-brace-format msgid "Discuss {0}" msgstr "Thảo luận {0}" diff --git a/templates/problem/comments.html b/templates/problem/comments.html index a7ad003..a0ad3f7 100644 --- a/templates/problem/comments.html +++ b/templates/problem/comments.html @@ -10,6 +10,9 @@ #comment-header { display: none; } + .no-comments-message { + margin-top: 0; + } {% endblock %}