Browse Source

Merge pull request #714 from logseq/fix-css-textarea

Fix: Better font rendering and alignement
Tienson Qin 4 years ago
parent
commit
e00b1693c6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/css/common.css

+ 3 - 0
resources/css/common.css

@@ -148,6 +148,8 @@ textarea {
     width: 100%;
     resize: none;
     outline: none;
+    font-weight: inherit;
+    letter-spacing: inherit;
 }
 
 ul {
@@ -1078,6 +1080,7 @@ a.login:hover {
   opacity: 0.5;
   padding: 0 2px 0 2px;
   border: 1px solid;
+  line-height: 1.3;
 }
 
 a.marker-switch:hover {