Skip to content

fix: replace quipu logo and center text#3

Merged
jesusgonzalezrivera merged 1 commit into
mainfrom
QUI-11166/logo
Jun 3, 2026
Merged

fix: replace quipu logo and center text#3
jesusgonzalezrivera merged 1 commit into
mainfrom
QUI-11166/logo

Conversation

@jesusgonzalezrivera

Copy link
Copy Markdown
Contributor

Description

Update the logo of the public API

Before:
image

After:
image

Motivation and Context

@talken

talken commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Comment thread index.html
font-size: 11px;
font-weight: 600;
color: var(--scalar-sidebar-color-2);
padding-top: 3px;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is for centering vertically the text at the right side of the logo

Comment thread index.html
gap: 10px;
}
.quipu-sidebar-logo img { height: 24px; }
.quipu-sidebar-logo img { height: 30px; }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The new logo looks smaller than the previous one, so I have increased a bit the size

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the public API docs landing page styling to accommodate the new Quipu logo and visually center the “API v1” label next to it in the sidebar header.

Changes:

  • Increased the sidebar logo image height from 24px to 30px.
  • Added a small top padding to the “API v1” label to improve vertical alignment with the updated logo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@talken talken left a comment

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.

APPROVE

Purely cosmetic branding change in the Scalar-based API docs renderer: swaps the binary logo.png and adjusts two CSS rules in index.html (logo height 24px→30px at line 67; padding-top: 3px on .api-label at line 73 to align with the taller logo). No OpenAPI spec, endpoint definitions, parameters, types, examples, or the application/vnd.quipu.v1+json accept header are touched — no API-contract accuracy risk. The changed selectors (.quipu-sidebar-logo img, .quipu-sidebar-logo .api-label) match the JS-injected elements (index.html:124-128) and the existing .dark-mode invert filter still applies.

Non-blocking:

  1. The height bump + fixed padding-top: 3px rely on the new PNG's intrinsic aspect ratio matching the old one; worth a quick visual confirm in light + dark mode (the PR screenshots cover this).

@jesusgonzalezrivera jesusgonzalezrivera merged commit 8f6f480 into main Jun 3, 2026
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.

6 participants