From c72658e241853aa1e352cf6694836f87e04fca9c Mon Sep 17 00:00:00 2001 From: Sync1211 Date: Sat, 28 May 2022 13:35:19 +0200 Subject: [PATCH] * Fixed text clipping out of the text box when increasing the font size * Centered "text-font" and "text-size" inputs * Fixed missing "checked" attribute for the default text alignment option --- www/index.html | 4 ++-- www/main.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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