You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Responsive design of menu bar is broken with the new events tab (noticeable at ~1680px, 1442px). I think the menu bar is getting too crowded anyway, we should think of a hierarchy of menu + submenus rather than trying to fit everything in there.
ezgif.com-gif-maker.mp4
The menu style for the current tab is not applied to the events page.
#175 introduced 2 display bugs:
ezgif.com-gif-maker.mp4
current
tab is not applied to the events page.This is caused by the following LOC:
https://github.com/clicepfl/clic-website/blob/63b777831606f78455d3a4e70563074b6686deff/src/pages/events/events-page-view.njk#L21
The
page
parameter does not exist, it should betab
instead:Related to #141
The text was updated successfully, but these errors were encountered: