From 9a04bfc13ce58d7309730b41a0f10af4f9005ff8 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 24 Feb 2024 18:44:38 -0600 Subject: [PATCH] Correct user dropdown menu --- core/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 1936343..dcd28fa 100644 --- a/core/style.css +++ b/core/style.css @@ -1739,7 +1739,7 @@ button.user-input { background: var(--primary-container-background); border: var(--primary-container-border); width: 180px; - height: 24px; + height: 30px; text-align: left; font-family: var(--primary-font); font-size: 14px; @@ -1757,6 +1757,11 @@ div.user-input-box { overflow-y: auto; } +div.user-input-box > input[type="search"] { + border: none; + flex-shrink: 0; +} + div.user-input-box .userlink > * { pointer-events: none; }