Quellcode durchsuchen

:art: 减小句子行间距 增大缅文行间距

visuddhinanda vor 5 Jahren
Ursprung
Commit
7cf327b2e4
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      app/term/term.css

+ 9 - 0
app/term/term.css

@@ -114,6 +114,10 @@ note .ref {
   margin-top: 8px;
 }
 
+.tran {
+  line-height: 1.5em;
+}
+
 .tran ul {
   list-style-type: circle;
   margin-left: 2em;
@@ -183,6 +187,7 @@ note .ref {
 /*myanmar*/
 .tran:lang(my) {
   font-size: 120%;
+  line-height: 2em;
 }
 
 .tran_div {
@@ -277,3 +282,7 @@ note:hover .note_tool_bar {
   font-family: unset;
   font-size: 1.1em;
 }
+
+.tran p {
+  margin: 0;
+}