Skip to content

Commit

Permalink
Merge pull request #5311 from webkom/fixemojisearchbar
Browse files Browse the repository at this point in the history
Fix emoji search bar to fill the remaining space.
  • Loading branch information
Viljen789 authored Feb 5, 2025
2 parents a31619b + ec0a915 commit 47afacd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/components/Reactions/ReactionPickerFooter.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

.reactionPickerFooter {
width: 100%;
height: 50px;
display: flex;
height: 60px;
align-items: center;
padding: 15px;
padding: var(--spacing-sm) var(--spacing-md) 0;
background-color: var(--lego-card-color);
border-top: 1px solid var(--border-gray);
border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
Expand Down

0 comments on commit 47afacd

Please sign in to comment.