Skip to content

Commit

Permalink
fix spacing rtl (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Kateryna Kodonenko <[email protected]>
  • Loading branch information
katinthehatsite and Kateryna Kodonenko authored Dec 23, 2024
1 parent 44ca2a2 commit 3dc4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/top-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function TopBar( { onToggleSidebar }: TopBarProps ) {

return (
<div className="flex justify-between items-center text-white px-2 pb-2 pt-1.5">
<div className="flex items-center space-x-1.5">
<div className="flex items-center space-x-1.5 rtl:space-x-reverse">
<ToggleSidebar onToggleSidebar={ onToggleSidebar } />
<OfflineIndicator />
</div>
Expand Down

0 comments on commit 3dc4114

Please sign in to comment.