Email filter picker: nudge up 2px on desktop (3px → 1px)
This commit is contained in:
parent
719867a819
commit
6a0a7622fd
1 changed files with 5 additions and 0 deletions
|
|
@ -11054,6 +11054,11 @@ textarea.memory-add-input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
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 {
|
.email-filter-btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue