make icons in composer smaller, better spacing

This commit is contained in:
Bruno Windels 2018-10-23 18:11:15 +02:00
parent f7d59bc338
commit eb453f4539
3 changed files with 10 additions and 10 deletions

View file

@ -351,7 +351,7 @@ export default class Stickerpicker extends React.Component {
onClick={this._onHideStickersClick}
ref='target'
title={_t("Hide Stickers")}>
<TintableSvg src="img/icons-hide-stickers.svg" width="35" height="35" />
<TintableSvg src="img/icons-stickers.svg" width="25" height="25" />
</AccessibleButton>;
} else {
// Show show-stickers button
@ -362,7 +362,7 @@ export default class Stickerpicker extends React.Component {
className="mx_MessageComposer_stickers"
onClick={this._onShowStickersClick}
title={_t("Show Stickers")}>
<TintableSvg src="img/icons-show-stickers.svg" width="35" height="35" />
<TintableSvg src="img/icons-stickers.svg" width="25" height="25" />
</AccessibleButton>;
}
return <div>