commit a173e38141a2ddd4d3542517f57a3fe59d99d0c5
parent ca58b831b611fa7941e37052da33c394efa1dd60
Author: William Casarin <jb55@jb55.com>
Date: Mon, 29 Apr 2024 12:47:29 -0700
slightly larger pfpfs
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/profile/picture.rs b/src/ui/profile/picture.rs
@@ -21,7 +21,7 @@ impl<'cache, 'url> ProfilePic<'cache, 'url> {
}
pub fn default_size() -> f32 {
- 32.0
+ 38.0
}
pub fn no_pfp_url() -> &'static str {