Skip to content

Commit

Permalink
fix: fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zyao89 committed Oct 26, 2021
1 parent 3a30d92 commit 909eba0
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 395 deletions.
6 changes: 4 additions & 2 deletions theme/styles/code.styl
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
@require '~@default-theme/styles/code'

// fixed
div[class*="language-"]
div[class*="language-"] {
width: 100%;
margin: 0.85rem auto;

.custom-style-wrapper.window-controls
.custom-style-wrapper.window-controls {
padding: 10px 0 0 10px;
}

.highlight-lines {
padding-top: 4rem;
}
}

div[class*="language-"].line-numbers-mode {
Expand Down
Loading

0 comments on commit 909eba0

Please sign in to comment.