diff --git a/src/home/room_screen.rs b/src/home/room_screen.rs index 23b0aeeb..c15c3736 100644 --- a/src/home/room_screen.rs +++ b/src/home/room_screen.rs @@ -613,30 +613,7 @@ live_design! { // A jump to bottom button (with an unread message badge) that is shown // when the timeline is not at the bottom. - { - flow: Down - - jump_to_bottom = { } - - no_send_permisson_notice = { - visible: false - show_bg: true - draw_bg: { - color: #xFF000030 - } - padding: {left: 90} - align: {y: 0.5} - width: Fill, height: 28, - -