We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4663a12 commit 62a184cCopy full SHA for 62a184c
packages/bruno-app/src/components/Sidebar/index.js
@@ -96,7 +96,7 @@ const Sidebar = () => {
96
{!leftMenuBarOpen && <IconChevronsRight size={24} strokeWidth={1.5} className="mr-2 hover:text-gray-700" onClick={() => dispatch(toggleLeftMenuBar())} />}
97
{/* <IconLayoutGrid size={20} strokeWidth={1.5} className="mr-2"/> */}
98
</div>
99
- <div className="pl-1">
+ <div className="pl-1" style={{position: 'relative', top: '3px'}}>
100
{storedTheme === 'dark' ? (
101
<GitHubButton
102
href="https://github.com/usebruno/bruno"
0 commit comments