Skip to content

Commit

Permalink
Remove filter button on mobile, plans to make a menu to control chann…
Browse files Browse the repository at this point in the history
…els/filter status
  • Loading branch information
bubner committed Aug 19, 2023
1 parent fe8c38a commit 0d2fb7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/Chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
grid-template-areas: "messages";
}
.msginput {
width: calc(100vw - 60px);
width: calc(100vw - 28px);
}
.filterbutton {
display: none;
}
.message {
width: 100%;
Expand Down

0 comments on commit 0d2fb7c

Please sign in to comment.