diff --git a/www/index.html b/www/index.html index ad23430..e9dec27 100644 --- a/www/index.html +++ b/www/index.html @@ -184,7 +184,7 @@
- @@ -201,7 +201,7 @@
- + diff --git a/www/main.css b/www/main.css index 1c3843d..2614b8c 100644 --- a/www/main.css +++ b/www/main.css @@ -667,6 +667,7 @@ body.high-contrast #control-overlay { background-color: var(--shade); } overflow: hidden auto; white-space: break-spaces; resize:none; + padding-top: .65ex; } .text-align-container span { @@ -714,4 +715,4 @@ input[name="wrap-by-space"] { margin-right: 5px; } justify-content: center; } label[name="wrap-by-space-label"] { padding-right: 2%; } -#text-font { height: 100%; } \ No newline at end of file +#text-font { height: 100%; margin: 0px; } \ No newline at end of file