Skip to content

Commit

Permalink
Make metadata section in detail in list slightly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 7, 2025
1 parent e5117c6 commit 796008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/client/src/ui/widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ impl<'b> ComponentWidgets<'b> {

let content_element: Element<_> = container(content_element)
.width(if is_in_list { Length::Fill } else { Length::FillPortion(3) })
.height(if is_in_list { Length::FillPortion(5) } else { Length::Fill })
.height(if is_in_list { Length::FillPortion(3) } else { Length::Fill })
.themed(ContainerStyle::DetailContent);

content_element
Expand Down

0 comments on commit 796008a

Please sign in to comment.