Inspired by awoo.space

This commit is contained in:
Riley Trautman 2017-09-21 22:27:28 -05:00
parent 58661dea93
commit 0d34759a0b
4 changed files with 9 additions and 3 deletions

View file

@ -127,8 +127,8 @@ export default class EmojiPickerDropdown extends React.PureComponent {
<DropdownTrigger className='emoji-button' title={title} aria-label={title} aria-expanded={active} role='button' onKeyDown={this.onToggle} tabIndex={0} >
<img
className={`emojione ${active && loading ? 'pulse-loading' : ''}`}
alt='🙂'
src='/emoji/1f602.svg'
alt='🐺'
src='/emoji/1f43a.svg'
/>
</DropdownTrigger>

View file

@ -0,0 +1 @@
require('../styles/custom.scss');

View file

@ -0,0 +1,5 @@
@import 'application';
.column {
flex-grow: 1 !important;
}

View file

@ -7,7 +7,7 @@
# For more information, see docs/Running-Mastodon/Administration-guide.md
#
defaults: &defaults
site_title: Mastodon
site_title: asonix.dog
site_description: ''
site_extended_description: ''
site_terms: ''