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 b37639b commit a1ad626Copy full SHA for a1ad626
src/plugins/expressive-code/language-badge.ts
@@ -13,7 +13,7 @@ export function pluginLanguageBadge() {
13
z-index: 2;
14
right: 0.5rem;
15
top: 0.5rem;
16
- padding: 0.3rem 0.5rem 0.1rem;
+ padding: 0.1rem 0.5rem;
17
content: attr(data-language);
18
font-family: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
19
font-size: 0.75rem;
0 commit comments