Add mockup accurate avatar background

Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Julia 2023-02-21 17:14:32 -05:00
parent 7f4da80386
commit 9b92a8e3fe
4 changed files with 56 additions and 30 deletions

View file

@ -93,7 +93,8 @@ pub struct Titlebar {
pub struct AvatarStyle {
#[serde(flatten)]
pub image: ImageStyle,
pub width: f32,
pub outer_width: f32,
pub outer_corner_radius: f32,
}
#[derive(Deserialize, Default)]