1
0

Merge fixes

This commit is contained in:
Essem 2024-02-24 16:22:40 -06:00
parent b42196e4c1
commit 5edb855e67
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

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