willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
176 stars 157 forks source link

List view on home page #469

Closed merovingian-code closed 1 month ago

merovingian-code commented 3 months ago

Is your feature request related to a problem? Please describe. In a way. The home page deck view on mobile devices does not look good

Describe the solution you'd like It would be nice to have the ability to switch to list view of the courses on the homepage, similiar to "My Courses"

Describe alternatives you've considered Trying a new theme that allows the customization, or editing backend CSS myself

Additional context Not at this time.

merovingian-code commented 2 months ago

image

merovingian-code commented 2 months ago

I need to some assistance in fixing this. This is unusable on mobile.

merovingian-code commented 2 months ago
.card-deck {
    display: inline;
}
.pagelayout-frontpage .dashboard-card, .pagelayout-coursecategory .dashboard-card {
    position: relative;
    width: calc(100% - 2rem)!important;
    max-width: calc(100% - 2rem)!important;
    margin: 1rem;
}

Adding this made it look like this. Unsure what repurcussions this is going to have in other location inside the moodle site.

image

willianmano commented 1 month ago

@merovingian-code This problem was solved on most recent move versions, what moodle version are you using?

willianmano commented 1 month ago

@merovingian-code This issue was solved on Moove for Moodle 4.4