-
Notifications
You must be signed in to change notification settings - Fork 33.2k
auth - modernise local redirect page #251895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -33,90 +33,84 @@ body { | |||
display: flex; | |||
flex-direction: column; | |||
color: var(--vscode-foreground); | |||
font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif; | |||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this copies our VS Code fonts with fallbacks per platform, I did not understand why we had the font faces with external URLs, this feels better to me and matches what vscode does.
} | ||
|
||
body.error .message { | ||
display: none; | ||
@keyframes rise-and-glow { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to Lee for this.
<div class="container"> | ||
<div class="content"> | ||
<div class="icon-container"> | ||
<img src="code-icon.svg" class="vscode-icon"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer a link to our website, but I felt this was strange anyway?
Kapture.2025-06-19.at.16.31.30.mp4