Skip to content

Commit 207aa63

Browse files
committed
Docs: Increase inline code padding
1 parent c49dfd8 commit 207aa63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/src/scss/extensions/_highlight.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/* Allow code to look like code everywhere despite Material's current preference */
4848
*:not(pre) > code {
4949
margin: 0;
50-
padding: 0 convert.px2em( 4px, 13.6px);
50+
padding: convert.px2em( 2.25px, 13.6px) convert.px2em( 4.25px, 13.6px);
5151
color: var(--md-code-fg-color);
5252
background-color: var(--md-code-inline-bg-color);
5353
border-radius: convert.px2rem(2px);

docs/theme/assets/pymdownx-extras/extra-0a1087787d.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-0a1087787d.css renamed to docs/theme/assets/pymdownx-extras/extra-a22ae6b52e.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/assets/pymdownx-extras/extra-a22ae6b52e.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zensical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ extra:
262262

263263
extra_css:
264264
# - https://cdn.jsdelivr.net/npm/katex@0.16.25/dist/katex.min.css
265-
- assets/pymdownx-extras/extra-0a1087787d.css
265+
- assets/pymdownx-extras/extra-a22ae6b52e.css
266266
extra_javascript:
267267
- assets/pymdownx-extras/extra-loader-Ccztcqfq.js
268268
- https://cdn.jsdelivr.net/npm/mermaid@11.12.1/dist/mermaid.min.js

0 commit comments

Comments
 (0)