Skip to content

fix: display navbar external link icons inline with text#496

Merged
moshloop merged 3 commits intomainfrom
copilot/fix-navbar-link-icons-layout
Feb 27, 2026
Merged

fix: display navbar external link icons inline with text#496
moshloop merged 3 commits intomainfrom
copilot/fix-navbar-link-icons-layout

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

External link icons (↗) on Demo/Login navbar links were rendering on a separate line below the text.

Before:
before

After:
after

Changes

  • Added CSS rule to apply inline-flex to external navbar links:
.navbar__link[target="_blank"] {
  display: inline-flex;
  align-items: center;
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Fix Demo / Login navbar link icons on a seperate line</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)

@moshloop Image

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Feb 27, 2026 7:10am

Request Review

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for canarychecker canceled.

Name Link
🔨 Latest commit 36e3c3d
🔍 Latest deploy log https://app.netlify.com/projects/canarychecker/deploys/69a142fe484a190008fcca33

Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix demo/login navbar link icons on a separate line fix: display navbar external link icons inline with text Feb 27, 2026
@moshloop moshloop marked this pull request as ready for review February 27, 2026 09:09
@moshloop moshloop merged commit b79f94e into main Feb 27, 2026
14 checks passed
@moshloop moshloop deleted the copilot/fix-navbar-link-icons-layout branch February 27, 2026 09:10
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.

Fix Demo / Login navbar link icons on a seperate line

2 participants