commit 364d9749bb41b4155b6547b0a4fe36f6c21dc9af parent 74686f2e4f588fe6c1ec81d3aaa19c9f701316db Author: triesap <tyson@radroots.org> Date: Sun, 7 Jun 2026 16:54:30 -0700 ui: fix account content width Diffstat:
| M | crates/desktop/src/window.rs | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/crates/desktop/src/window.rs b/crates/desktop/src/window.rs @@ -5563,6 +5563,7 @@ impl HomeView { .child( div() .flex_1() + .w_full() .overflow_hidden() .child(self.render_account_content(window, cx)), )