Skip to content

Commit 7e96a47

Browse files
authored
Merge pull request #516 from meshtastic/sidebar
Fix layout changes when collapsing sidebar
2 parents 0f2b326 + 553499c commit 7e96a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/SidebarLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const SidebarLogo = ({ isSidebarExpanded }: IMeshLogoProps) => {
1717

1818
return (
1919
<div className="flex flex-row justify-start align-middle h-20 p-4 border-b border-gray-100 dark:border-gray-700">
20-
<div className="text-white dark:text-black my-auto p-3 bg-gray-700 dark:bg-gray-200 rounded-lg h-12 w-12">
20+
<div className="text-white dark:text-black my-auto p-3 bg-gray-700 dark:bg-gray-200 rounded-lg h-12 w-12 shrink-0">
2121
<MeshtasticLogo />
2222
</div>
2323
<div

0 commit comments

Comments
 (0)