Compare commits
No commits in common. "ff711d3c2b7a9cf818f2d3dd71d9b2b9393310e3" and "6b83fa34adfcc453a806b03693976943bf28bcfe" have entirely different histories.
ff711d3c2b
...
6b83fa34ad
@ -306,10 +306,7 @@
|
|||||||
.catalog-official-badge {
|
.catalog-official-badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
/* +2px nudge: the input centres the badge on its box, but the single-line
|
top: 50%;
|
||||||
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);
|
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user