Fix contest rescore bug

This commit is contained in:
anhkha2003 2024-10-02 20:27:49 -05:00
parent 3d67fb274e
commit 18d23c771a
9 changed files with 42 additions and 58 deletions

View file

@ -843,6 +843,10 @@ noscript #noscript {
.nav-fa-icon {
display: none;
}
.page-title {
margin-left: 0.5em;
}
}
@media(min-width: 800px) {

View file

@ -22,7 +22,7 @@
}
}
td:first-child {
th:first-child, td:first-child {
border-color: $border_gray;
border-width: 1px 1px 0 1px;
}

View file

@ -179,6 +179,7 @@ th.header.rank {
vertical-align: top;
width: 225px;
float: right;
margin-top: 1em;
.select2-selection__arrow {
display: none;