We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8ff38 commit f1cecaaCopy full SHA for f1cecaa
assets/css/v2/style.css
@@ -2312,11 +2312,12 @@ a:has(code:not(pre code)) {
2312
padding: 0.15rem 0.5rem;
2313
font-size: 0.75rem;
2314
z-index: 2;
2315
- margin: 0 0 -1px 0;
+ box-sizing: border-box;
2316
}
2317
2318
.code-container {
2319
box-shadow: 3px 3px 0px oklch(var(--color-shadow));
2320
+ margin-block-start: -1px;
2321
2322
&:hover {
2323
.code-copy-button {
@@ -2351,6 +2352,7 @@ a:has(code:not(pre code)) {
2351
2352
2353
.code-content {
2354
border: 1px solid oklch(var(--color-codeblock-border));
2355
2356
overflow-x: scroll;
2357
scrollbar-width: none;
2358
line-height: 150%;
0 commit comments