Skip to content

Commit

Permalink
Merge pull request #448 from EvanNotFound/dev
Browse files Browse the repository at this point in the history
v2.7.3
  • Loading branch information
EvanNotFound authored Oct 27, 2024
2 parents abe688c + 40cb497 commit c4930b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-redefine",
"version": "2.7.2",
"version": "2.7.3",
"private": false,
"description": "Redefine your writing with Hexo Theme Redefine.",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions source/css/common/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,10 @@
background-color var(--second-background-color)

mjx-container
display inline-block
vertical-align baseline
width 100%
display inline
overflow-x auto
white-space nowrap
scrollbar-width: thin // For Firefox, if needed
text-align center /* Center the content */
padding-bottom 8px
margin 0 0.2rem

&:hover::-webkit-scrollbar-thumb
border 3px solid rgba(183, 183, 183, 0.3)
Expand All @@ -276,8 +272,12 @@
mjx-container[display="true"]
display block
justify-content center
vertical-align baseline
overflow-x auto
text-align center
white-space nowrap
scrollbar-width: thin // For Firefox, if needed
padding-bottom 8px

&:hover::-webkit-scrollbar-thumb
border 3px solid rgba(183, 183, 183, 0.3)
Expand Down

0 comments on commit c4930b5

Please sign in to comment.