Optimize #search-toggle display

This commit is contained in:
Unisko PENG, 2023-03-30 11:50:56 +08:00
parent 748c53530a
commit 95cf266d2b
2 changed files with 60 additions and 57 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">

View File

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