iris stuff

This commit is contained in:
2025-11-22 18:45:12 -05:00
parent 3b38df6f39
commit 7e15bfa494
2 changed files with 2 additions and 2 deletions

2
iris

Submodule iris updated: 9deba3d9d7...d757e805e8

View File

@@ -76,7 +76,7 @@ pub fn msg_panel(client: &mut Client, network: NetSender) -> impl WidgetFn<Sized
.background(rect(Color::BLACK.brighter(0.05)).radius(15)) .background(rect(Color::BLACK.brighter(0.05)).radius(15))
.pad(15) .pad(15)
.max_height(rel(0.5)) .max_height(rel(0.5))
.z_offset(1), .layer_offset(1),
) )
.span(Dir::DOWN) .span(Dir::DOWN)
.width(rest(1)) .width(rest(1))