From 9d6b6bc8257f33fcb7b54e162e0c69f8def18dc1 Mon Sep 17 00:00:00 2001 From: Scobiform Date: Sat, 20 Apr 2024 16:10:17 +0200 Subject: [PATCH] Add search for user #11 css --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4775236..df74fda 100644 --- a/static/style.css +++ b/static/style.css @@ -190,7 +190,7 @@ nav p { color: var(--secondary-color); padding: 0.42rem; overflow-y: scroll; - max-height: 14vh; + max-height: 21vh; } input[type="text"] {