Skip to content

Conversation

@mustafa-sayyed
Copy link
Contributor

PR Checklist

Summary

Now the UI looks like this
image

display: block;
}

.menu-item--level-1 > .is-active {
Copy link
Contributor

@Anca2022 Anca2022 Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CSS property values for the mobile media query that match the ones on the main interledger.org website are the following (and are identical to those for desktop):
text-decoration-thickness: 2px;
text-underline-offset: 8px;
To avoid repetition, consider moving these shared rules outside the media query.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, Thanks @Anca2022, have made the changes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is on interledger.org/developers (styled at 5px underline-offset):
image

This is on interledger.org/open-standards (styled at 8px underline-offset) - this is what we want to replicate:
image

As I mentioned previously, on mobile the values are the same as on desktop:

text-decoration-thickness: 2px;
text-underline-offset: 8px;

@Anca2022 Anca2022 self-requested a review October 23, 2025 07:03
Copy link
Contributor

@Anca2022 Anca2022 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good
Thank you :D

@Anca2022 Anca2022 merged commit d2cdeda into interledger:main Oct 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dev portal is not giving top menu feedback on mobile

2 participants