Compare commits

..

No commits in common. "ff711d3c2b7a9cf818f2d3dd71d9b2b9393310e3" and "6b83fa34adfcc453a806b03693976943bf28bcfe" have entirely different histories.

View File

@ -306,10 +306,7 @@
.catalog-official-badge {
position: absolute;
left: 8px;
/* +2px nudge: the input centres the badge on its box, but the single-line
text renders a hair low, so a pure 50% left the pill reading slightly high.
This lands it optically inline with the URL text. */
top: calc(50% + 2px);
top: 50%;
transform: translateY(-50%);
display: inline-flex;
align-items: center;