panels: fixed sizes

This commit is contained in:
muerwre 2018-12-07 14:37:44 +07:00
parent b8ba50517b
commit a6966fd651
4 changed files with 11 additions and 5 deletions

View file

@ -9,7 +9,7 @@ type Props = {
};
export const StickersDialog = ({ setActiveSticker, width }: Props) => (
<div className="control-dialog" style={{ width }}>
<div className="control-dialog control-dialog-big" style={{ width }}>
<div className="helper stickers-helper">
{
Object.keys(STICKERS).map(set => (