From 51dc545d5c6e9dc3846d735c7766277b689f5f6e Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Wed, 21 Aug 2024 02:32:42 +0300 Subject: add noscript command interface --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index b14c105..39b60fd 100644 --- a/style.css +++ b/style.css @@ -126,7 +126,7 @@ table td.title { align-content: center; background: rgba(0,0,0,0.05); } -#loader.hidden { +#loader.hide { display: none; } @@ -169,3 +169,8 @@ table td.title { .center { text-align: center; } + +noscript textarea { + min-width: 400px; + min-height: 300px; +} -- cgit v1.2.3