mirror of https://github.com/fantasticit/think.git
fix: fix style
This commit is contained in:
parent
080bb1eb55
commit
f2be70396c
|
@ -2,7 +2,7 @@
|
|||
code {
|
||||
padding: 4px;
|
||||
font-family: Consolas, Menlo, Courier, monospace;
|
||||
font-size: .875rem;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.3;
|
||||
cursor: text;
|
||||
background-color: var(--semi-color-fill-1);
|
||||
|
@ -25,7 +25,7 @@
|
|||
padding: 0;
|
||||
margin: 8px;
|
||||
overflow: auto;
|
||||
font-size: .875rem;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.5rem;
|
||||
color: inherit;
|
||||
white-space: pre;
|
||||
|
@ -33,6 +33,12 @@
|
|||
overscroll-behavior: contain;
|
||||
}
|
||||
}
|
||||
|
||||
.node-codeBlock {
|
||||
&::before {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
|
@ -276,6 +282,6 @@ body[theme-mode='dark'] {
|
|||
}
|
||||
|
||||
img {
|
||||
opacity: .75;
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.wrap {
|
||||
position: relative;
|
||||
margin-top: 0.75em;
|
||||
|
||||
.handleWrap {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue