channels: Move name of the channel to the same line as the hash icon.
This commit is contained in:
parent
1d98132eed
commit
5a43cbacbe
1 changed files with 8 additions and 2 deletions
|
@ -164,8 +164,14 @@ impl Render for ChannelModal {
|
|||
.py_1()
|
||||
.rounded_t(px(8.))
|
||||
.bg(cx.theme().colors().element_background)
|
||||
.child(IconElement::new(Icon::Hash).size(IconSize::Medium))
|
||||
.child(Label::new(channel_name))
|
||||
.child(
|
||||
h_stack()
|
||||
.w_px()
|
||||
.flex_1()
|
||||
.gap_1()
|
||||
.child(IconElement::new(Icon::Hash).size(IconSize::Medium))
|
||||
.child(Label::new(channel_name)),
|
||||
)
|
||||
.child(
|
||||
h_stack()
|
||||
.w_full()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue