You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/08/28 08:29:50 UTC

[echarts-handbook] branch master updated: style tweaks on mobile

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 <bm...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org