mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email filter picker: nudge up 2px on desktop (3px → 1px)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user