Skip to content

Commit

Permalink
Merge pull request #212 from jnywong/patch-design-text
Browse files Browse the repository at this point in the history
Patch table header design and add SITE_LEADERBOARD_DESCRIPTION setting
  • Loading branch information
jnywong authored Nov 26, 2024
2 parents 73e910a + 0dac216 commit 964c65d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions frx_challenges/frx_challenges/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
}
},
}
SITE_LEADERBOARD_DESCRIPTION = ""

EVALUATION_DISPLAY_CONFIG = [
{
Expand Down
2 changes: 1 addition & 1 deletion frx_challenges/web/static/web/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nav.navbar {
background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%);
background-position: center center;
background-size: cover;
background-color: #2c5e77;
background-attachment: fixed;
}

.table th {
Expand Down
2 changes: 1 addition & 1 deletion frx_challenges/web/static/webpack-output/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11662,7 +11662,7 @@ nav.navbar {
background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%);
background-position: center center;
background-size: cover;
background-color: #2c5e77;
background-attachment: fixed;
}
.table th {
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion frx_challenges/web/templates/submission/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>My Submissions</h1>
<div class="container py-2">
<div class="row py-2">
<div class="table-responsive">
<table id="results" class="table table-striped responsive">
<table id="results" class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
Expand Down

0 comments on commit 964c65d

Please sign in to comment.