Skip to content

Commit

Permalink
Merge pull request #102 from go-bazzinga/rupansh/ux-fixes
Browse files Browse the repository at this point in the history
Fix Padding in Profile View
  • Loading branch information
rupansh-sekar-yral authored Mar 7, 2024
2 parents 4d1f93e + bc54aef commit 8b386dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/profile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn ListSwitcher(user_canister: Principal) -> impl IntoView {
<Icon icon=icondata::BsTrophy/>
</button>
</div>
<div class="flex flex-col gap-y-12 justify-center w-7/12">
<div class="flex flex-col gap-y-12 justify-center pb-12 w-7/12">
<Show
when=move || current_tab() == 0
fallback=move || view! { <ProfileSpeculationsPlaceHolder/> }
Expand Down

0 comments on commit 8b386dd

Please sign in to comment.