Skip to content

Commit 01a2a1c

Browse files
authored
fix: Logout bar layout not aligned with data browser navigation bar (#2720)
1 parent 2f43d0c commit 01a2a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Sidebar/Sidebar.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const Sidebar = ({
187187
{dashboardUser && (
188188
<div className={styles.footer}>
189189
<a href={`${mountPath}logout`} className={styles.more}>
190-
<Icon height={24} width={24} name="logout" />
190+
<Icon height={16} width={16} name="logout" />
191191
Logout
192192
</a>
193193
</div>

src/components/Sidebar/Sidebar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $footerHeight: 36px;
5353
@include DosisFont;
5454
position: absolute;
5555
background: #05283c;
56-
padding: 9px 0;
56+
padding: 10px 0;
5757
text-align: center;
5858
bottom: 0;
5959
left: 0;

0 commit comments

Comments
 (0)