chore(mobile/search): remove redundant margin

This commit is contained in:
Elian Doran
2026-02-04 20:44:15 +02:00
parent b539862eef
commit 07ce63de69

View File

@@ -50,6 +50,9 @@ body.experimental-feature-new-layout {
}
}
}
body.desktop .title-actions {
> .collapsible,
> .note-type-switcher {
padding-inline-start: calc(24px - var(--title-actions-padding-start));
@@ -57,3 +60,4 @@ body.experimental-feature-new-layout {
}
}
}