You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Remove left and right menu padding
This commit is contained in:
@@ -217,6 +217,8 @@ export default class Stickerpicker extends React.Component {
|
|||||||
element: this._getStickerpickerContent(),
|
element: this._getStickerpickerContent(),
|
||||||
onFinished: this._onFinished,
|
onFinished: this._onFinished,
|
||||||
menuPaddingTop: 0,
|
menuPaddingTop: 0,
|
||||||
|
menuPaddingLeft: 0,
|
||||||
|
menuPaddingRight: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user