Skip to content

Commit

Permalink
Merge pull request #537 from squidowl/only-highlight-text
Browse files Browse the repository at this point in the history
Only highlight text
  • Loading branch information
casperstorm authored Sep 4, 2024
2 parents afdaa96 + 615375c commit 4cc96e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buffer/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ pub fn view<'a>(

Some(
row![]
.push(container(row![].push_maybe(timestamp).push_maybe(prefix)))
.push(container(row![nick, space, text]).style(move |theme| {
.push(container(row![].push_maybe(timestamp).push_maybe(prefix).push(nick).push(space)))
.push(container(text).style(move |theme| {
match our_nick {
Some(nick)
if message::reference_user(
Expand Down

0 comments on commit 4cc96e1

Please sign in to comment.