Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Svelte: repo header followups#63319

Merged
camdencheek merged 3 commits into
mainfrom
cc/repo-menu-followups
Jun 19, 2024
Merged

Svelte: repo header followups#63319
camdencheek merged 3 commits into
mainfrom
cc/repo-menu-followups

Conversation

@camdencheek

@camdencheek camdencheek commented Jun 18, 2024

Copy link
Copy Markdown
Member

Two followups from implementing the repo menu:

  1. Remove the rounded corners from the trigger button to match the rest of the header
  2. Add an external link icon to the code host link

screenshot-2024-06-18_12-57-05@2x
screenshot-2024-06-18_12-59-48@2x

Test plan

Visual testing

@cla-bot cla-bot Bot added the cla-signed label Jun 18, 2024

display: flex;
flex-direction: column;
display: grid;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I successfully used grid! 😄

@camdencheek camdencheek requested review from a team and taiyab June 18, 2024 19:00
Comment on lines 144 to 146
display: flex;
gap: 0.5em;
align-items: center;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is that needed for the icon?

@camdencheek camdencheek Jun 18, 2024

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Oh whoops. Too much copypasta. I can just use the grid alignment options

@camdencheek camdencheek merged commit 4087e1a into main Jun 19, 2024
@camdencheek camdencheek deleted the cc/repo-menu-followups branch June 19, 2024 20:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants