Email filter picker: nudge up 2px on desktop (3px → 1px)

This commit is contained in:
pewdiepie-archdaemon
2026-06-11 17:05:47 +09:00
parent 719867a819
commit 6a0a7622fd
+5
View File
@@ -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;