From 95ad0d92b7f4402abe20595e119a67dc8ded8ae3 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 2 May 2024 12:47:48 +0200 Subject: [PATCH] fix(web): smaller textarea font size --- web/index.html | 3 +++ web/src/control.rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 3d9d74b..bc668ab 100644 --- a/web/index.html +++ b/web/index.html @@ -45,6 +45,9 @@ padding-bottom: 1.2em; font-size: 11pt; } + textarea { + font-size: 11pt; + } nav { z-index: 90; top: 0; diff --git a/web/src/control.rs b/web/src/control.rs index 1f38653..5aaaed2 100644 --- a/web/src/control.rs +++ b/web/src/control.rs @@ -76,7 +76,7 @@ pub fn PostBox(advanced: WriteSignal) -> impl IntoView { - +