commit 1511c4f1d511492410b9f8fc45ad653cb0f01dcc
parent 8684ac65b85b1e5bf34d3e9f9a60c212219c3bb0
Author: triesap <tyson@radroots.org>
Date: Sun, 7 Jun 2026 16:17:13 -0700
ui: revert account tab scroll edge
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/crates/desktop/src/window.rs b/crates/desktop/src/window.rs
@@ -9463,11 +9463,6 @@ fn account_tab_frame(
panel: AnyElement,
) -> AnyElement {
let content_max_width_px = APP_UI_THEME.shells.home_card_max_width_px;
- let panel = div()
- .w_full()
- .pb(px(ACCOUNT_TAB_SCROLL_BOTTOM_PADDING_PX))
- .child(panel)
- .into_any_element();
div()
.size_full()
@@ -9499,8 +9494,6 @@ fn account_tab_frame(
.into_any_element()
}
-const ACCOUNT_TAB_SCROLL_BOTTOM_PADDING_PX: f32 = 4.0;
-
fn account_placeholder_panel(text_key: AppTextKey) -> impl IntoElement {
div()
.w_full()