From f0152b98e5c83612c8cabbc18e201dd6c7f4f7cd Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Wed, 27 Jan 2021 03:34:06 +0100 Subject: [PATCH] textarea padding fix --- workspace.code-workspace => HK-Save-Analyzer.code-workspace | 0 README.md | 2 +- src/css/style.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename workspace.code-workspace => HK-Save-Analyzer.code-workspace (100%) diff --git a/workspace.code-workspace b/HK-Save-Analyzer.code-workspace similarity index 100% rename from workspace.code-workspace rename to HK-Save-Analyzer.code-workspace diff --git a/README.md b/README.md index 29246a7..094ca99 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ If you like the tool and wish it developed further with more functions and easie — Windows HK Save files location in a code box for easy copy-paste in the Windows File Explorer address bar - — Improved text area graphics and readability + — Improved text area focus, graphics and readability — Increased brightness of the Steel Soul Health Masks when analyzing a Steel Soul save file diff --git a/src/css/style.css b/src/css/style.css index 3b137f3..afa4328 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -132,7 +132,7 @@ textarea { color: #fff; caret-color: #fff; border: 1px solid #e3ebf7; - padding: 2px 2px 2px 0; + padding: 2px; margin: 0.5rem 2px 0.3rem 2px; overflow-x: hidden; overflow-y: scroll;