Optimize #search-toggle display

This commit is contained in:
Unisko PENG, 2023-03-30 11:50:13 +08:00
parent 17dea2416a
commit 991b5e7fec
2 changed files with 61 additions and 58 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang="zh_CN" class="sidebar-visible no-js light">
<html lang="zh" class="sidebar-visible no-js light">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
@ -115,7 +115,7 @@
<h3 class="menu-title">Yet another Chinese rust-lang book.</h3>
<div class="right-buttons">
<a href="https://github.com/rust-lang-zh_CN" title="Git repository" aria-label="Git repository">
<a href="https://github.com/gnu4cn/rust-lang-zh_CN" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
| <a href="https://books.xfoss.com" title="捐赠donation" aria-label="捐赠donation">

View File

@ -5,6 +5,9 @@
#menu-bar {
position: fixed !important;
}
#search-toggle {
display: none;
}
}