pfp: remove border except for profile

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-02-03 19:45:32 -08:00
parent 635c9770de
commit 96481a47f3
5 changed files with 14 additions and 38 deletions

View File

@@ -398,11 +398,7 @@ impl<'a> NavTitle<'a> {
.as_ref()
.ok()
.and_then(move |p| {
Some(
ui::ProfilePic::from_profile(self.img_cache, p)?
.size(pfp_size)
.border(2.0),
)
Some(ui::ProfilePic::from_profile(self.img_cache, p)?.size(pfp_size))
})
}