Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
5220923
1
Parent(s):
af5f236
fix: 小修代码块内未对齐的问题
Browse files- assets/custom.css +2 -1
assets/custom.css
CHANGED
|
@@ -410,7 +410,7 @@ thead th {
|
|
| 410 |
white-space: break-spaces;
|
| 411 |
font-family: var(--font-mono);
|
| 412 |
border-radius: 6px;
|
| 413 |
-
margin: 0 2px 0 2px;
|
| 414 |
padding: .2em .4em .1em .4em;
|
| 415 |
background-color: rgba(175,184,193,0.2);
|
| 416 |
}
|
|
@@ -428,6 +428,7 @@ thead th {
|
|
| 428 |
.message pre code[class*=language-] {
|
| 429 |
color: #fff;
|
| 430 |
padding: 0;
|
|
|
|
| 431 |
background-color: unset;
|
| 432 |
text-shadow: none;
|
| 433 |
font-family: var(--font-mono);
|
|
|
|
| 410 |
white-space: break-spaces;
|
| 411 |
font-family: var(--font-mono);
|
| 412 |
border-radius: 6px;
|
| 413 |
+
/* margin: 0 2px 0 2px; */
|
| 414 |
padding: .2em .4em .1em .4em;
|
| 415 |
background-color: rgba(175,184,193,0.2);
|
| 416 |
}
|
|
|
|
| 428 |
.message pre code[class*=language-] {
|
| 429 |
color: #fff;
|
| 430 |
padding: 0;
|
| 431 |
+
margin: 0;
|
| 432 |
background-color: unset;
|
| 433 |
text-shadow: none;
|
| 434 |
font-family: var(--font-mono);
|