From 6a0a7622fd6367ed214e69739d961fb1fc22245c Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 17:05:47 +0900 Subject: [PATCH] =?UTF-8?q?Email=20filter=20picker:=20nudge=20up=202px=20o?= =?UTF-8?q?n=20desktop=20(3px=20=E2=86=92=201px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index e8db0e0d5..00012f123 100644 --- a/static/style.css +++ b/static/style.css @@ -11054,6 +11054,11 @@ textarea.memory-add-input { position: relative; top: 3px; } +/* Desktop nudge — sits 2px higher than the mobile default so it aligns + with the neighbouring memory-sort-select baseline. */ +@media (min-width: 769px) { + .email-filter-picker { top: 1px; } +} .email-filter-btn { display: flex; align-items: center;