Skip to content

Commit c6a9dae

Browse files
committed
final touches
1 parent 1e03667 commit c6a9dae

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

app/pods/components/player/player-section-list-item/template.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
{{#if isOpen}}
2626
{{#each section.contents as |content|}}
27-
<div class="row no-gutters justify-content-between align-items-center py-3 flex-nowrap">
27+
<div class="row no-gutters justify-content-between align-items-center py-2 flex-nowrap">
2828
<LinkTo
2929
class="white content-row {{content.iconClass}} {{if (eq activeContentId content.id) "gradient-text-orange"}}"
3030
@route="attempt.content"

app/styles/components/player.scss

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77
display: inline-block;
88
height: 25px;
99
width: 25px;
10-
margin-right: 1rem;
11-
background-size: cover;
10+
margin-right: 0.5rem;
11+
background-size: contain;
1212
background-repeat: no-repeat;
1313
}
1414

15+
span.normal {
16+
word-break: break-word;
17+
margin-right: 0.5rem;
18+
}
19+
1520
&.quiz-row::before {
1621
background-image: url('https://minio.codingblocks.com/amoeba/quiz_grey.svg');
1722
}

0 commit comments

Comments
 (0)