Skip to content

Commit

Permalink
fix: sidebar header height (#5183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 19, 2024
1 parent 85cbb3b commit 1853ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const headerStyle = computed((): CSSProperties => {
return {
...(isSidebarMixed ? { display: 'flex', justifyContent: 'center' } : {}),
height: `${headerHeight}px`,
height: `${headerHeight - 1}px`,
...contentWidthStyle.value,
};
});
Expand Down

0 comments on commit 1853ba1

Please sign in to comment.