From 6237c9ac3213d2efed516c56881474dcaa508935 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Thu, 16 Jun 2022 17:05:28 -0700 Subject: javascript free reporting --- views/css/themes/gruvbox.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'views/css/themes/gruvbox.css') diff --git a/views/css/themes/gruvbox.css b/views/css/themes/gruvbox.css index 788b2b6..a4474ce 100644 --- a/views/css/themes/gruvbox.css +++ b/views/css/themes/gruvbox.css @@ -20,7 +20,7 @@ body { font-size: 0.9em; } -.popup-box { +.popup-box, #report-box { border: 4px solid #928374; background-color: #3c3836; } @@ -141,6 +141,13 @@ input[type="text"] { display: block; } +#report-box { + min-width: 300px; + width: min-content; + z-index: 9; + display: block; +} + /* TODO: rename */ .box2 { border: 4px solid #928374; -- cgit v1.2.3