override hamburger placement
This commit is contained in:
parent
9dba705064
commit
7d49a17781
@ -8,6 +8,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light">
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light">
|
||||||
<link rel="stylesheet" href="qmk.css" title="dark" disabled>
|
<link rel="stylesheet" href="qmk.css" title="dark" disabled>
|
||||||
|
<link rel="stylesheet" href="sidebar.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
10
docs/sidebar.css
Normal file
10
docs/sidebar.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.sidebar-toggle {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: auto;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user