Skip to content

Commit

Permalink
fix: style for mathjax in footnotes (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard015ar authored Sep 18, 2024
1 parent 7c09564 commit 72de26e
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 20,048 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
matrix:
php: [ 8.1, 8.2 ]
os: [ ubuntu-20.04 ]
wordpress: [ '6.5', latest ]
wordpress: [ '6.6.1', latest ]
include:
- experimental: true
- experimental: false
php: 8.1
wordpress: '6.5'
wordpress: '6.6.1'

name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}

Expand Down
2 changes: 2 additions & 0 deletions assets/styles/components/_specials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ $footnote-blockquote-margin-left: 1.5em !default;
$footnote-blockquote-font-size: 0.95em !default;
$footnote-number-marker-font-size: $sup-sub-font-size !default;
$footnote-number-marker-line-height: $sup-sub-line-height !default;
$footnote-mathjax-width: 3em !default;
$footnote-mathjax-padding-bottom: 0.4em !default;

// Endnotes
$endnote-margin-left: 1.5em !default;
Expand Down
2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"/scripts/lightbox.js": "/scripts/lightbox.js?id=cb2b7b2a5fb303c3095de89b8c31a28c",
"/styles/book.css": "/styles/book.css?id=33449df12e33a708e3a76c50bf1ab86d",
"/styles/web-house-style.css": "/styles/web-house-style.css?id=c8696663b3ec84a5cad13a7cb3f7e6d6",
"/scripts/sharer.js": "/scripts/sharer.js?id=6c4124dc20b7b1bdf887c02216728137",
"/scripts/sharer.js": "/scripts/sharer.js?id=a3fcc3d168d2d8fef363c7a3247c2714",
"/scripts/lity.js": "/scripts/lity.js?id=b91ed0405760d2e124c1ea7629271043",
"/scripts/details-element-polyfill.js": "/scripts/details-element-polyfill.js?id=60ad7c2161011e153d53948496ed7f81",
"/styles/lity.css": "/styles/lity.css?id=2b05d25ddc82cd96736bf719ad7ff711",
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/sharer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72de26e

Please sign in to comment.