Merge fixes

This commit is contained in:
Essem 2024-02-24 16:22:40 -06:00
parent 13c9fa62fa
commit 40ae5aed66
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 1 deletions

View file

@ -402,7 +402,6 @@ class EmojiPickerDropdown extends PureComponent {
active={active}
iconComponent={MoodIcon}
onClick={this.onToggle}
inverted
/>
<Overlay show={active} placement={placement} flip target={this.findTarget} popperConfig={{ strategy: 'fixed', onFirstUpdate: this.handleOverlayEnter }}>

View file

@ -9086,6 +9086,8 @@ noscript {
}
&--empty {
margin-top: 0;
.emoji-button {
padding: 0;
}