Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/ai/blocklist/block/numbered_button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub(super) fn build_numbered_button(
let badge = render_number_badge(number, is_checked, appearance);

let row = Flex::row()
.with_cross_axis_alignment(CrossAxisAlignment::Start)
.with_cross_axis_alignment(CrossAxisAlignment::Center)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] For this user-facing alignment change, please attach screenshots or a short screen recording demonstrating the option row alignment end to end.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] For this user-facing alignment change, please attach screenshots or a short screen recording demonstrating the option row alignment end to end.

.with_child(badge)
.with_child(
Shrinkable::new(1., Container::new(content).with_margin_left(8.).finish()).finish(),
Expand Down
Loading