Closed merovingian-code closed 1 month ago
I need to some assistance in fixing this. This is unusable on mobile.
.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.
@merovingian-code This problem was solved on most recent move versions, what moodle version are you using?
@merovingian-code This issue was solved on Moove for Moodle 4.4
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.