Skip to content

Commit

Permalink
Fix sidebar item style
Browse files Browse the repository at this point in the history
  • Loading branch information
100gle committed Dec 28, 2023
1 parent 35a1d68 commit 9b414ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
overflow-y: auto;
padding-left: 8px;
padding-right: 8px;
width: 15vw;
}

.sidebar-container .sidebar-actions {
Expand Down Expand Up @@ -196,6 +197,7 @@
height: 100%;
padding-left: 0px;
margin-right: auto;
width: auto;
}

.sidebar-container .sidebar-actions {
Expand Down Expand Up @@ -232,6 +234,7 @@

.active-challenge {
background-color: var(--primary-focus);
border-radius: 8px;
}

.CodeMirror {
Expand Down

0 comments on commit 9b414ea

Please sign in to comment.