This commit is contained in:
Andrew Nicols 2023-06-22 10:41:00 +08:00 committed by Sara Arjona
commit f7f01fe2ab
5 changed files with 14 additions and 2 deletions

View file

@ -92,7 +92,7 @@ class get_feedback extends external_api {
'feedbacktext' => $grade->feedback, 'feedbacktext' => $grade->feedback,
'title' => $gradeitem->get_name(true), 'title' => $gradeitem->get_name(true),
'fullname' => fullname($user), 'fullname' => fullname($user),
'picture' => $OUTPUT->user_picture($user, ['size' => 35, 'link' => false]), 'picture' => $OUTPUT->user_picture($user, ['size' => 50, 'link' => false]),
'additionalfield' => empty($extrafields) ? '' : $user->{$extrafields[0]}, 'additionalfield' => empty($extrafields) ? '' : $user->{$extrafields[0]},
]; ];
} }

View file

@ -48,7 +48,7 @@
{{/picture}} {{/picture}}
</div> </div>
<div class="d-block"> <div class="d-block">
<span class="p-0"> <span class="p-0 font-weight-bold">
{{fullname}} {{fullname}}
</span> </span>
{{#additionalfield}} {{#additionalfield}}

View file

@ -1177,6 +1177,10 @@ div#dock {
width: 35px; width: 35px;
height: 35px; height: 35px;
} }
&.size-50 {
width: 50px;
height: 50px;
}
&.size-64 { &.size-64 {
width: 64px; width: 64px;
height: 64px; height: 64px;

View file

@ -33739,6 +33739,10 @@ div#dock {
width: 35px; width: 35px;
height: 35px; height: 35px;
} }
.userinitials.size-50 {
width: 50px;
height: 50px;
}
.userinitials.size-64 { .userinitials.size-64 {
width: 64px; width: 64px;
height: 64px; height: 64px;

View file

@ -33739,6 +33739,10 @@ div#dock {
width: 35px; width: 35px;
height: 35px; height: 35px;
} }
.userinitials.size-50 {
width: 50px;
height: 50px;
}
.userinitials.size-64 { .userinitials.size-64 {
width: 64px; width: 64px;
height: 64px; height: 64px;