mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change related nav position
This commit is contained in:
@@ -90,7 +90,7 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section {
|
||||
|
||||
position: fixed;
|
||||
top:20%;
|
||||
right: 100px;
|
||||
right: 4%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# M5Stack Cases {docsify-ignore-all}
|
||||
|
||||
|
||||
|
||||
## STEM Education Cases
|
||||
|
||||
## M5Stack Awesome
|
||||
|
||||
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
|
||||
|
||||
+2
-2
@@ -68,7 +68,7 @@
|
||||
<a class="dropdown-item" href="https://github.com/m5stack/UIFlow-Code/wiki">MicroPython API</a>
|
||||
</div>
|
||||
</div>
|
||||
<a id="cases" class="p-2 text-dark" href="#/en/case">M5Stack Cases</a>
|
||||
<a id="cases" class="p-2 text-dark" href="#/en/case">Cases</a>
|
||||
<a id="uiflow" class="p-2 text-dark" href="#/en/uiflow/uiflow_home_page">UIFlow</a>
|
||||
<a id="related" class="p-2 text-dark" href="#/en/related_documents">Software Tutorial</a>
|
||||
<a id="faq" class="p-2 text-dark" href="#/en/faq" style="margin-right: 70px;">FAQ</a>
|
||||
@@ -217,7 +217,7 @@
|
||||
$("#product").attr("href", "#");
|
||||
$("#arduino").text("Arduino API");
|
||||
$("#arduino").attr("href", "#/en/api");
|
||||
$("#cases").text("M5Stack Cases");
|
||||
$("#cases").text("Cases");
|
||||
$("#cases").attr("href", "#/en/case");
|
||||
$("#related").text("Software Tutorial");
|
||||
$("#related").attr("href", "#/en/related_documents");
|
||||
|
||||
Reference in New Issue
Block a user