Skip to content

Commit

Permalink
style(chat): improve mobile chatbar styles (#4977)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Sep 22, 2022
1 parent b080a7a commit 204efdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/chat/chatbar/Chatbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
transition: height @animation-speed;

@media only screen and (max-width: @mobile-breakpoint) {
margin: 0 @normal-spacing @normal-spacing;
padding: 8px 16px 0;
position: sticky;
bottom: 0;
}
Expand Down
4 changes: 4 additions & 0 deletions components/views/chat/chatbar/footer/Footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
justify-content: space-between;
align-items: center;
padding: 8px 16px 0;

@media only screen and (max-width: @mobile-breakpoint) {
padding: 8px 0;
}
}

0 comments on commit 204efdd

Please sign in to comment.