textarea padding fix
This commit is contained in:
parent
a6401f1fa5
commit
f0152b98e5
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue