fix: align top bars to uniform h-14 height

This commit is contained in:
Linus Rath
2026-06-02 01:08:09 +02:00
parent 31100b8f87
commit 75c02f443f
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4226,8 +4226,8 @@ export function EmailViewer({
"bg-background border-b border-border",
"max-lg:sticky max-lg:top-0 max-lg:z-10"
)}>
<div className="px-2 sm:px-4 lg:px-6 py-1 sm:py-2">
<div ref={toolbarRef} className="flex items-center justify-between gap-0.5 sm:gap-2">
<div className="px-2 sm:px-4 lg:px-6 h-14 flex items-center">
<div ref={toolbarRef} className="flex items-center justify-between gap-0.5 sm:gap-2 w-full">
{renderToolbarItems(true)}
</div>
</div>