Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
e071cb7
1
Parent(s):
7be235d
feat: 调整列表样式
Browse files- custom.css +3 -9
custom.css
CHANGED
|
@@ -19,15 +19,9 @@
|
|
| 19 |
#chuanhu_chatbot, #status_display {
|
| 20 |
transition: all 0.6s;
|
| 21 |
}
|
| 22 |
-
|
| 23 |
-
ol, ul {
|
| 24 |
-
|
| 25 |
-
padding-left: 0;
|
| 26 |
-
}
|
| 27 |
-
|
| 28 |
-
ol li, ul:not(.options) li {
|
| 29 |
-
padding-left: 1.5em;
|
| 30 |
-
text-indent: -1.5em;
|
| 31 |
}
|
| 32 |
|
| 33 |
/* 亮色 */
|
|
|
|
| 19 |
#chuanhu_chatbot, #status_display {
|
| 20 |
transition: all 0.6s;
|
| 21 |
}
|
| 22 |
+
/* list */
|
| 23 |
+
ol:not(.options), ul:not(.options) {
|
| 24 |
+
padding-inline-start: 2em !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
| 26 |
|
| 27 |
/* 亮色 */
|