Fix mobile UI
This commit is contained in:
parent
78b818901e
commit
76b631366b
5 changed files with 198 additions and 189 deletions
|
@ -6,7 +6,7 @@
|
|||
{% for submission in submissions %}
|
||||
<tr>
|
||||
{% set can_view = submission_layout(submission, profile_id, request.user, editable_problem_ids, completed_problem_ids) %}
|
||||
<td style="padding-right: 1em">
|
||||
<td class="lightbox-submissions-time">
|
||||
{% if submission.contest_time %}
|
||||
{{submission.contest_time}}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue