Homepage scroll indicator#1178
Open
hleepfl wants to merge 10 commits into
Open
Conversation
JulienVig
requested changes
Jul 10, 2026
JulienVig
left a comment
Collaborator
There was a problem hiding this comment.
Mostly subjective preferences, the one important thing is that the lab logos are outside the screen on phones
Comment on lines
+157
to
+173
| <span :class="bigTextTw"> A joint project of </span> | ||
| <div class="flex flex-row items-center gap-8"> | ||
| <a href="https://www.epfl.ch/labs/mlo/" target="_blank"> | ||
| <MLOLogo /> | ||
| </a> | ||
| <a href="https://www.light-laboratory.org/" target="_blank"> | ||
| <LightLogo /> | ||
| </a> | ||
| </div> | ||
| <span :class="bigTextTw"> Supported by </span> | ||
| <div class="flex flex-row items-center gap-8"> | ||
| <a href="https://www.epfl.ch/en/" target="_blank"> | ||
| <EPFL /> | ||
| </a> | ||
| <a href="https://www.ariadnelabs.org/" target="_blank"> | ||
| <AriadneLabsLogo /> | ||
| </a> |
Collaborator
Collaborator
Author
There was a problem hiding this comment.
Ironically I think this is a tailwind merge conflict haha
gap is defined twice, and the first definition seems to take precedence
I just reversed both declarations, should be good now
Collaborator
There was a problem hiding this comment.
Haha damn maybe at least using TailwindMerge will be useful?
It doesn't look any different after pulling your last commit, how does it look on your side?
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add a clickable bouncing chevron to the first screen of the homepage to show that the page is scrollable. Also cleans up the tailwind classes in the page. Some alignments/gap have slightly moved but I don't think it's bad ?
Screenshots
Before


After
closes #1142