style.css: set minimum thread watcher length

This commit is contained in:
Zankaria 2024-10-01 01:42:50 +02:00
parent da29ff3f85
commit 6b64a94bc3

View file

@ -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;