implement h + w

This commit is contained in:
JMARyA 2025-01-15 22:42:53 +01:00
parent 7b12788a92
commit 78e3d6b798
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 146 additions and 12 deletions

View file

@ -52,8 +52,8 @@ impl UIWidget for AppBarWidget {
Div()
.vanish()
.push(Sized(
10,
10,
ScreenValue::_10,
ScreenValue::_10,
Rounded(Image("/favicon").alt("Logo"))
.size(Size::Medium),
))