Revert "fix(columns): render wide notes on narrow screen"

We're just gonna make it default

This reverts commit 0f00dcf7a7.
This commit is contained in:
William Casarin
2025-07-29 10:22:57 -07:00
parent 96e0366787
commit 217f1e45da

View File

@@ -362,10 +362,6 @@ fn render_damus(
app_ctx: &mut AppContext<'_>,
ui: &mut egui::Ui,
) -> Option<AppAction> {
damus
.note_options
.set(NoteOptions::Wide, is_narrow(ui.ctx()));
let app_action = if notedeck::ui::is_narrow(ui.ctx()) {
render_damus_mobile(damus, app_ctx, ui)
} else {