open-lms-open-source / moodle-theme_snap

GNU General Public License v3.0
79 stars 75 forks source link

Extra space between activities and resources #191

Open btaylorcsusm opened 3 years ago

btaylorcsusm commented 3 years ago

Hello,

What code can we modify to narrow the space between various activities and resources. The gap is about 1"

Screenshot_space_issue

Thank you, Barbara

dvdcastro commented 3 years ago

@Rabecerra Would you happen to know how to make this work?

Rabecerra commented 3 years ago

Hi @btaylorcsusm, this spacing happens between particular activities? All of the activity containers have some padding in the bottom, but from the screenshots you attached I think the problem is the asset actions for each activity. I would think this can be solved with,

.snap-asset-actions { position: absolute; bottom: 0; left: 0; }

Let us know if this can fix the problem. If no, please share to us some instructions to reply it and look it further.