diff --git a/src/containers/LeftDialog.tsx b/src/containers/LeftDialog.tsx index b10bf74..31ea341 100644 --- a/src/containers/LeftDialog.tsx +++ b/src/containers/LeftDialog.tsx @@ -25,9 +25,13 @@ export const LeftDialog = ({ dialog, dialog_active, setDialogActive }: Props) => Object.keys(LEFT_DIALOGS).map(item => (
{ dialog && LEFT_DIALOGS[item] && React.createElement(LEFT_DIALOGS[item]) } -
setDialogActive(false)}> +
setDialogActive(false)}>
+ +
setDialogActive(false)}> + +
)) } diff --git a/src/sprites/icon.svg b/src/sprites/icon.svg index 41e267a..3a01572 100644 --- a/src/sprites/icon.svg +++ b/src/sprites/icon.svg @@ -401,6 +401,12 @@ + + + + + + @@ -412,5 +418,5 @@ - + diff --git a/src/styles/dialogs.less b/src/styles/dialogs.less index 162e5dc..8119adf 100644 --- a/src/styles/dialogs.less +++ b/src/styles/dialogs.less @@ -69,7 +69,7 @@ border-radius: @panel_radius; bottom: 0; right: 0; - width: 68px; + width: 100%; height: 68px; } } diff --git a/src/styles/main.less b/src/styles/main.less index 5984829..cfa1a49 100644 --- a/src/styles/main.less +++ b/src/styles/main.less @@ -125,6 +125,9 @@ body { .desktop-only { display: none; } } +@media (min-width: @mobile_breakpoint) { + .mobile-only { display: none; } +} h2 { font: inherit;