Skip to content

Commit

Permalink
fix: mac code block display exception (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored Apr 19, 2024
1 parent 2c27ccb commit b1e6a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ export const useStore = defineStore(`store`, {
height: 25px;
background-color: transparent;
background-image: url("https://doocs.oss-cn-shenzhen.aliyuncs.com/img/123.svg");
background-position: 14px 10px;
background-position: 14px 10px!important;
background-repeat: no-repeat;
background-size: 40px;
background-size: 40px!important;
}
.hljs.code__pre {
Expand Down

0 comments on commit b1e6a7a

Please sign in to comment.