diff --git a/app/app.html b/app/app.html index 4e37abc..73b6905 100644 --- a/app/app.html +++ b/app/app.html @@ -34,7 +34,7 @@

Log monitoring

Get your token on pathofmaps.com.

- +

Only the commands sent from these characters will be sent to pathofmaps.com.

diff --git a/app/stylesheets/main.less b/app/stylesheets/main.less index 70aa4a2..1de2c62 100644 --- a/app/stylesheets/main.less +++ b/app/stylesheets/main.less @@ -63,13 +63,13 @@ label { font-weight: bold; } -input[type="text"], textarea { +input[type="text"], input[type="password"], textarea { margin-bottom: 2em; width: 100%; font-size: 0.875em; } -input[type="text"] { +input[type="text"], input[type="password"] { height: 2em; }