Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal committed Feb 15, 2023
1 parent 90e134e commit dabcc38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/meteor/app/theme/client/imports/components/emojiPicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@

margin-right: 22px;

white-space: initial;

opacity: 1;

background-color: rgba(255, 255, 255, 0.98);

padding: 0.5rem;
padding-bottom: 0;

animation: dropdown-show 0.1s cubic-bezier(0.45, 0.05, 0.55, 0.95);

white-space: initial;

opacity: 1;

border-radius: var(--popover-radius);

background-color: rgba(255, 255, 255, 0.98);
box-shadow: 0 0 2px 0 rgba(47, 52, 61, 0.08), 0 0 12px 0 rgba(47, 52, 61, 0.12);

&.show {
Expand Down

0 comments on commit dabcc38

Please sign in to comment.