diff --git a/.eslintrc.json b/.eslintrc.json index ef9b39e..97603a0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -52,7 +52,6 @@ "eol-last": ["warn", "always"], "func-call-spacing": ["warn", "never"], "func-style": ["warn", "expression"], - "indent": ["warn", 4], "keyword-spacing": ["warn", {"before": true}], "line-comment-position": ["warn", {"position": "above"}], "lines-between-class-members": ["warn", "always"], diff --git a/src/app.css b/src/app.css index c32a180..022d579 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,17 @@ +html, body { + height: 100%; +} + +textarea { + resize: none; +} + .Logo { width: 50px; margin: 0 20px; } + +.overflow-auto::-webkit-scrollbar { + width: 0px; + background: transparent; +} diff --git a/src/app.html b/src/app.html index ed4cd1e..f47db5f 100644 --- a/src/app.html +++ b/src/app.html @@ -5,6 +5,7 @@ Storage Service + @@ -32,7 +33,7 @@ - + @@ -224,6 +225,35 @@ + + + + + + + + + + +