1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00

Merge fixes

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

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