mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
Merge fixes
This commit is contained in:
parent
10faca4790
commit
56e536496d
@ -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 }}>
|
||||
|
@ -9462,6 +9462,8 @@ noscript {
|
||||
}
|
||||
|
||||
&--empty {
|
||||
margin-top: 0;
|
||||
|
||||
.emoji-button {
|
||||
padding: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user