From a8bd85cc80a2a4fd5e2eedcafac227c161bfa3e3 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 26 Jan 2025 01:32:18 -0800 Subject: [PATCH] Create textarea.plugin-log class --- app/css/all.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/css/all.css b/app/css/all.css index 7efc2f20..e4c8c56c 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -332,3 +332,15 @@ button > i.fas { animation: heart 1000ms infinite; } +textarea.plugin-log { + width: 100%; + height: 150px; + resize: none; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + padding: 0.5rem; + background-color: #f8f9fa; + font-family: monospace; + font-size: 0.9rem; +} +