mirror of https://github.com/vector-im/riot-web
Remove left and right menu padding
parent
369cbdaaf6
commit
da6c2c51fb
|
@ -217,6 +217,8 @@ export default class Stickerpicker extends React.Component {
|
|||
element: this._getStickerpickerContent(),
|
||||
onFinished: this._onFinished,
|
||||
menuPaddingTop: 0,
|
||||
menuPaddingLeft: 0,
|
||||
menuPaddingRight: 0,
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue