From 8453f524515941f3c0a65b5ca3b9354be76b4c33 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 26 Jun 2023 11:20:38 +0200 Subject: hidden reply form --- public/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public') diff --git a/public/style.css b/public/style.css index d72fca9..affde4c 100644 --- a/public/style.css +++ b/public/style.css @@ -39,6 +39,12 @@ a { color: #888; } +textarea { + width: 50vw; + height: 50vh; + display: block; +} + @media (orientation: landscape) { button { font-size: 1em; -- cgit v1.2.3