Skip to content

Commit

Permalink
Tweak buttons at top of feed
Browse files Browse the repository at this point in the history
Wasn't happy with the placement of the refresh/ play all buttons, decided to center both with a small gap
  • Loading branch information
MonkeyDo committed Feb 4, 2025
1 parent 8238ae1 commit 448a08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/src/user-feed/FriendsFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default function FriendsFeedPage() {
</>
) : (
<>
<div className="mb-15" style={{ display: "flex" }}>
<div className="mb-15" style={{ display: 'flex', justifyContent: 'center', gap: '1em' }}>
<button
type="button"
className="btn btn-outline"
Expand Down

0 comments on commit 448a08a

Please sign in to comment.