diff --git a/assets/css/extra.css b/assets/css/extra.css index 6df4077..ea4634e 100644 --- a/assets/css/extra.css +++ b/assets/css/extra.css @@ -14,7 +14,7 @@ h1{ #version{ margin:5px; } -input[type="text"]{ +input[type="text"], .input{ border-radius: 5px; padding:5px; outline: none; @@ -23,6 +23,10 @@ input[type="text"]{ height:35px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } +.input{ + width:70px; + font-size: larger; +} .prefBox, #pathConfig{ display:flex; diff --git a/html/index.html b/html/index.html index 4cb856a..eadf308 100644 --- a/html/index.html +++ b/html/index.html @@ -115,10 +115,6 @@