From 28af87391d49b38521bf50c8cf28db704c80b19d Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 22 May 2018 21:43:35 +0100 Subject: [PATCH 1/8] Fixed public source button size. --- src/styles/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 4fe3acf..0e93dca 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -136,6 +136,7 @@ font-size: $font-size-5; color: $color-lowgray; background-color: transparent; + width: 100%; @include flex-row; } From a82ba26f861096201aa3cfe4e44342d62330980a Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 28 May 2018 10:50:19 +0100 Subject: [PATCH 2/8] Added skip-menu link for keyboard users. --- src/components/Toolbar.jsx | 4 ++++ src/components/layers/LayerList.jsx | 1 + src/styles/_toolbar.scss | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index caa1c5e..7d24d74 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -135,9 +135,13 @@ export default class Toolbar extends React.Component { />
+ + Skip the menu + Maputnik

Maputnik v{pkgJson.version} diff --git a/src/components/layers/LayerList.jsx b/src/components/layers/LayerList.jsx index a9b144f..0bbd2ab 100644 --- a/src/components/layers/LayerList.jsx +++ b/src/components/layers/LayerList.jsx @@ -209,6 +209,7 @@ class LayerListContainer extends React.Component {