djplaner / Card-Interface-Tweak

Javascript tweak to transform a collection of Blackboard Learn content items into a visual card interface.
https://djplaner.github.io/Card-Interface-Tweak/
1 stars 1 forks source link

Auto hide the Card Interface icon #27

Closed djplaner closed 3 years ago

djplaner commented 3 years ago

Problem - By default, Blackboard adds an icon to each item in a content area (unless you remember to choose text only). Meaning that, by default, the Card Interface item includes a Blackboard icon. Taking up space, somewhat meaningless.

Currently I recommend choosing text only. But most people forget/ignore that advice.

Idea - the card interface automatically hides the icon.

djplaner commented 3 years ago

Two steps: icon and margin

icon

<img class="item_icon">

Set display:none

margin setting of the div containing

<div class="details">

Set padding-left: 10px