Merge claude/1
This commit is contained in:
commit
ff711d3c2b
@ -306,7 +306,10 @@
|
||||
.catalog-official-badge {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 50%;
|
||||
/* +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);
|
||||
transform: translateY(-50%);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user