File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
src/app/pages/tasks/task-playables/task-display Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 44 </ div >
55 < div
66 class ="display-instructions overflow-scrollable {{
7- timerMode && showTimer && timerPlacement.includes('top') ? 'pad-top' : ''
7+ ! timerMode || ! showTimer ? '' : timerPlacement.includes('top') ? 'pad-top' : 'pad-bottom '
88 }} "
99 >
1010 < div >
@@ -29,6 +29,7 @@ <h3 *ngIf="subtitle" class="subtitle" [innerHTML]="subtitle"></h3>
2929 section.sectionType === 'image-horizontal' ||
3030 section.sectionType === 'image-square' ||
3131 section.sectionType === 'image-small' ||
32+ section.sectionType === 'image-medium' ||
3233 section.sectionType === 'image-fill'
3334 "
3435 >
Original file line number Diff line number Diff line change 7676 flex-direction : column ;
7777
7878 & .pad-top {
79- margin-top : 4% ;
79+ margin-top : calc (48px + 2% );
80+ }
81+
82+ & .pad-bottom {
83+ margin-bottom : calc (48px + 2% );
8084 }
8185
8286 .title {
99103 width : 50px ;
100104 margin-bottom : 20px ;
101105 }
106+
107+ .image-medium {
108+ width : 390px ;
109+ margin-bottom : 20px ;
110+ }
102111 }
103112
104113 @include for-small-device-only {
You can’t perform that action at this time.
0 commit comments