瀏覽代碼

Add CSS for lists (#833)

DavG25 2 年之前
父節點
當前提交
20b8ca4482
共有 2 個文件被更改,包括 18 次插入0 次删除
  1. 9 0
      css/html_cai_style.css
  2. 9 0
      css/html_instruct_style.css

+ 9 - 0
css/html_cai_style.css

@@ -64,6 +64,15 @@
     line-height: 1.428571429 !important;
 }
 
+.message-body li {
+    margin-top: 0.5em !important;
+    margin-bottom: 0.5em !important;
+}
+
+.message-body li > p {
+    display: inline !important;
+}
+
 .dark .message-body p em {
     color: rgb(138, 138, 138) !important;
 }

+ 9 - 0
css/html_instruct_style.css

@@ -34,6 +34,15 @@
     line-height: 1.428571429 !important;
 }
 
+.message-body li {
+    margin-top: 0.5em !important;
+    margin-bottom: 0.5em !important;
+}
+
+.message-body li > p {
+    display: inline !important;
+}
+
 .dark .message-body p em {
     color: rgb(138, 138, 138) !important;
 }