Skip to content

Commit 9b414ea

Browse files
committed
Fix sidebar item style
1 parent 35a1d68 commit 9b414ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/challenge.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
overflow-y: auto;
3333
padding-left: 8px;
3434
padding-right: 8px;
35+
width: 15vw;
3536
}
3637

3738
.sidebar-container .sidebar-actions {
@@ -196,6 +197,7 @@
196197
height: 100%;
197198
padding-left: 0px;
198199
margin-right: auto;
200+
width: auto;
199201
}
200202

201203
.sidebar-container .sidebar-actions {
@@ -232,6 +234,7 @@
232234

233235
.active-challenge {
234236
background-color: var(--primary-focus);
237+
border-radius: 8px;
235238
}
236239

237240
.CodeMirror {

0 commit comments

Comments
 (0)