Skip to content

Commit e6a7385

Browse files
katinthehatsiteKateryna Kodonenko
andauthored
Align login and WP logo in the sidebar (#93)
Co-authored-by: Kateryna Kodonenko <kateryna@automattic.com>
1 parent e84071c commit e6a7385

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎src/components/main-sidebar.tsx‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function SidebarAuthFooter() {
6161
<Button
6262
aria-description={ isOffline ? offlineMessage : '' }
6363
aria-disabled={ isOffline }
64-
className="flex gap-x-2 items-center justify-between w-full text-white rounded !px-0 py-1 h-auto active:!text-white hover:!text-white hover:underline"
64+
className="flex gap-x-2 justify-between w-full text-white rounded !px-0 py-1 h-auto active:!text-white hover:!text-white hover:underline items-end"
6565
onClick={ () => {
6666
if ( isOffline ) {
6767
return;
@@ -70,7 +70,8 @@ function SidebarAuthFooter() {
7070
} }
7171
>
7272
<WordPressLogo />
73-
<div className="text-xs">{ __( 'Log in' ) }</div>
73+
74+
<div className="text-xs text-right">{ __( 'Log in' ) }</div>
7475
</Button>
7576
</Tooltip>
7677
);

0 commit comments

Comments
 (0)