From 6cd1a21315ad0de87adbaef354ce71b849e845a5 Mon Sep 17 00:00:00 2001
From: Sean <1026025056@qq.com>
Date: Wed, 13 Nov 2019 21:15:46 +0800
Subject: [PATCH] add to top button
---
docs/assets/css/main.css | 14 ++++++++++++++
docs/en/core/m5stickv.md | 2 +-
docs/index.html | 1 +
docs/zh_CN/core/m5stickv.md | 2 +-
4 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index 00f8e934..6b30071b 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -143,6 +143,20 @@ body[data-page="en/arduino/arduino_home_page.md"] article.markdown-section {
}
+.related_links div img {
+ position: relative;
+ top:10px;
+ left: 0px;
+ width: 50px;
+ /* background-color:red ; */
+ transition: all .25s ease;
+}
+
+.related_links div img:hover {
+ transform: scale(1.05);
+}
+
+
@media screen and (max-width: 768px) {
.related_links {
diff --git a/docs/en/core/m5stickv.md b/docs/en/core/m5stickv.md
index aba9328a..648bc545 100644
--- a/docs/en/core/m5stickv.md
+++ b/docs/en/core/m5stickv.md
@@ -1,4 +1,4 @@
-# Core M5StickV {docsify-ignore-all}
+# M5StickV {docsify-ignore-all}


diff --git a/docs/index.html b/docs/index.html
index 09b5423e..0af3764d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -87,6 +87,7 @@
+


