Skip to content

Commit

Permalink
🔖 v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed May 6, 2024
1 parent 5934e7d commit f8c88b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion style/module/code_block.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
.protyle-wysiwyg .code-block .protyle-attr {
top: -2px;
}

.protyle-wysiwyg .code-block .protyle-action .protyle-action__language{
margin-top: 10px
}
.protyle-wysiwyg .code-block .protyle-action .b3-tooltips__nw {
top: 25px;
}
Expand Down
4 changes: 3 additions & 1 deletion style/module/fold.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@
font-size: inherit !important;
overflow: visible !important;
}

.protyle-wysiwyg .code-block[fold='1'] .protyle-action .b3-tooltips__nw{
display: none;
}
.protyle-wysiwyg [data-node-id][fold='1']:not([heading-fold="1"]):not(.li).code-block .hljs,
.protyle-wysiwyg [data-node-id][fold='1']:not([heading-fold="1"]):not(.li).code-block .protyle-linenumber__rows {
overflow: hidden !important;
Expand Down

0 comments on commit f8c88b9

Please sign in to comment.