From 1904cc7951a1e617c3e16992b7fd19c5bb7a6668 Mon Sep 17 00:00:00 2001 From: Le Van Duc Date: Fri, 24 Nov 2023 07:12:45 +0700 Subject: [PATCH] Commit --- resources/newProblem.scss | 10 ++++++++++ templates/problem/problem.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/newProblem.scss b/resources/newProblem.scss index 9d2551f..f516e47 100644 --- a/resources/newProblem.scss +++ b/resources/newProblem.scss @@ -30,6 +30,14 @@ display: flex !important; } +@media screen and (min-width: 1000px) { + .d-flex-problem { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + @media (min-width: 576px) { .d-sm-flex { display: -webkit-box !important; @@ -300,5 +308,7 @@ button:hover, button:focus { } .info-block { + display:table-cell; + vertical-align:middle; margin-right: auto; } diff --git a/templates/problem/problem.html b/templates/problem/problem.html index f5e276f..a727c42 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -312,7 +312,7 @@ {% endif %} -
+
{{ _('Points:') }}