From 6b64a94bc398b0fe1c5caa6cd4068d40885b0652 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 1 Oct 2024 01:42:50 +0200 Subject: [PATCH] style.css: set minimum thread watcher length --- stylesheets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 9b71c658..f289742f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1471,11 +1471,10 @@ div.boardlist { overflow: auto; border: 1px solid; border-style: none solid solid none; - width: 50%; margin: 0 auto; margin-bottom: 10px; font-size: 8pt; - width: 15%; + width: max(15%, 12em); position: fixed; right: 0pt; margin: 0pt;