From a64677bbd7d3f35b7641de8b57f4e72a1c3319ca Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 22 Apr 2025 01:58:30 -0400 Subject: [PATCH] fix poll weirdness, but this breaks arrows --- index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.css b/index.css index 10f3185..a894a21 100644 --- a/index.css +++ b/index.css @@ -85,8 +85,7 @@ button a { #messages>li>li { margin: 0; line-height: 1em; - height: 0.8em; - height: 0.9em; + min-height: 0.9em; display: flex; align-items: end; overflow: visible;