chore: adjust global consts

This commit is contained in:
reya
2025-05-18 16:00:28 +07:00
parent 443dbc82a6
commit 71fbd97bad
4 changed files with 38 additions and 25 deletions
+3 -1
View File
@@ -521,6 +521,7 @@ impl Render for Sidebar {
.child(
div()
.px_1()
.w_full()
.flex()
.flex_col()
.gap_1()
@@ -528,6 +529,7 @@ impl Render for Sidebar {
div()
.mb_1()
.px_2()
.w_full()
.flex()
.justify_between()
.items_center()
@@ -559,7 +561,7 @@ impl Render for Sidebar {
),
)
.when(chats.wait_for_eose, |this| {
this.px_2().children(self.render_skeleton(6))
this.children(self.render_skeleton(6))
})
.map(|this| {
if let Some(rooms) = local_result {