dbnschools / moodle-theme_fordson

Theme for Moodle 3.3+
43 stars 40 forks source link

Activity icons in course competencies page are huge #13

Closed inthewaves closed 6 years ago

inthewaves commented 6 years ago

The icons for activities linked by a competency are too big in the course competencies page

dbnschools commented 6 years ago

We don't use competencies. Can you share more details so I can take a look. Maybe a screenshot and details of what page within competencies where the icons are too big.

dbnschools commented 6 years ago

[data-region="coursecompetencyactivities"] .list-inline-item img { width: 32px; }

Try adding this to the custom SCSS box at the bottom of Fordson's colors page.
If that fixes it then I will include this in the next release of Fordson.

inthewaves commented 6 years ago

Thank you. That code snippet seems to fix the problem.