Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Cues improvements #2031

Closed
damianhxy opened this issue Dec 13, 2023 · 0 comments · Fixed by #2108
Closed

Visual Cues improvements #2031

damianhxy opened this issue Dec 13, 2023 · 0 comments · Fixed by #2108

Comments

@damianhxy
Copy link
Member

damianhxy commented Dec 13, 2023

  • Does not correctly collapse to 2 columns on small screens
  • Clearfix does not change depending on number of columns
  • (Requested by 122) Display start and end date (and maybe more) as a mouse-over instead
  • (Requested by Joey) show on course index page too

Quick and dirty prototype:
Screenshot 2024-01-16 at 00 38 29

.collection-item .date {
  display: none;
}

.collection-item:hover .date {
  display: block;
}

Possibly add a small icon to draw user attention
Picture1

@damianhxy damianhxy changed the title Visual Cues discrepancies Visual Cues discrepancies / improvements Jan 16, 2024
@damianhxy damianhxy changed the title Visual Cues discrepancies / improvements Visual Cues improvements Jan 16, 2024
@jlge jlge mentioned this issue Feb 26, 2024
6 tasks
@jlge jlge linked a pull request Feb 26, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants