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;