This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git
The following commit(s) were added to refs/heads/master by this push: new b7bf288 style tweaks on mobile b7bf288 is described below commit b7bf288eb87180d7606d755d6ecfd3a9202c05ac Author: pissang <bm2736...@gmail.com> AuthorDate: Sat Aug 28 16:29:44 2021 +0800 style tweaks on mobile --- components/partials/Sidebar.vue | 2 +- layouts/default.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/partials/Sidebar.vue b/components/partials/Sidebar.vue index e9a89d3..fbe0ade 100644 --- a/components/partials/Sidebar.vue +++ b/components/partials/Sidebar.vue @@ -153,7 +153,7 @@ export default Vue.extend({ display: block; position: absolute; left: 280px; - bottom: 20px; + bottom: 60px; width: 40px; height: 40px; padding: 5px; diff --git a/layouts/default.vue b/layouts/default.vue index ab41291..e8dd897 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -69,6 +69,7 @@ body { @media (max-width: 768px) { padding-left: 30px; + padding-right: 30px; } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org