Fix hot problems CSS

This commit is contained in:
Jason Yuen 2023-01-14 23:09:22 -08:00 committed by GitHub
parent fcabde7924
commit cf77afe48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 8 deletions

View File

@ -69,10 +69,6 @@
}
}
ul.problem-list li {
margin-bottom: 0.5em;
}
.sidebox-ongoing-contest {
overflow-y: auto;
max-height: 23em;

View File

@ -110,6 +110,16 @@ span.type-tag {
white-space: nowrap;
}
ul.problem-list {
list-style: none;
padding-left: 1em;
padding-right: 0.5em;
li {
margin-bottom: 0.5em;
}
}
.pi-name {
font-weight: bold;
}

View File

@ -26,10 +26,6 @@
padding-left: 0.25em;
position: relative;
}
ul.problem-list {
padding: 0 !important;
}
</style>
{% endif %}
{% endblock %}