Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 23, 2023
1 parent e8074a7 commit 4a082d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/devtools/client/styles/global.css
Expand Up @@ -58,6 +58,11 @@ html.dark {
--uno: border-solid border-1 border-b border-base h-1px w-full block my-2 op50;
}

/* Shiki */
pre code .line {
display: initial;
}

/* Splitpanes */
.splitpanes__splitter {
position: relative;
Expand Down Expand Up @@ -118,6 +123,7 @@ textarea {
border-radius: 5px !important;
}

/* Scrollbar */
::-webkit-scrollbar {
width: 6px;
}
Expand Down

0 comments on commit 4a082d1

Please sign in to comment.