소스 검색

sensible font size for input boxes and select boxes on config page

TheBaum123 1 년 전
부모
커밋
38999a7213
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      styles/preferences/main.css

+ 1 - 0
styles/preferences/main.css

@@ -55,6 +55,7 @@ input[type="text"],
 select {
     border: 2px var(--highlight-color) solid;
     height: 2rem;
+    font-size: 1rem;
 }
 
 button {