This commit is contained in:
Le Van Duc 2023-11-24 07:12:45 +07:00
parent 50a319e1a6
commit 1904cc7951
2 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,14 @@
display: flex !important; 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) { @media (min-width: 576px) {
.d-sm-flex { .d-sm-flex {
display: -webkit-box !important; display: -webkit-box !important;
@ -300,5 +308,7 @@ button:hover, button:focus {
} }
.info-block { .info-block {
display:table-cell;
vertical-align:middle;
margin-right: auto; margin-right: auto;
} }

View file

@ -312,7 +312,7 @@
</a> </a>
</div> </div>
{% endif %} {% endif %}
<div class = "new-problem-info d-flex align-items-center justify-content-center"> <div class = "new-problem-info d-flex-problem">
<span class="info-block"> <span class="info-block">
<i class="fa fa-check fa-fw"></i><span class="pi-name">{{ _('Points:') }}</span> <i class="fa fa-check fa-fw"></i><span class="pi-name">{{ _('Points:') }}</span>
<span class="new-pi-value"> <span class="new-pi-value">