diff options
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/sidebar.css | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 6af276c85..f0b1fae07 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | 8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
| 9 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> | 9 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> |
| 10 | <link rel="stylesheet" href="qmk.css" title="dark" disabled> | 10 | <link rel="stylesheet" href="qmk.css" title="dark" disabled> |
| 11 | <link rel="stylesheet" href="sidebar.css" /> | ||
| 11 | </head> | 12 | </head> |
| 12 | <body> | 13 | <body> |
| 13 | <div id="app"></div> | 14 | <div id="app"></div> |
diff --git a/docs/sidebar.css b/docs/sidebar.css new file mode 100644 index 000000000..b1049ea68 --- /dev/null +++ b/docs/sidebar.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | .sidebar-toggle { | ||
| 2 | position: absolute; | ||
| 3 | top: 0; | ||
| 4 | bottom: auto; | ||
| 5 | left: 0; | ||
| 6 | } | ||
| 7 | |||
| 8 | .search { | ||
| 9 | margin-top: 40px; | ||
| 10 | } | ||
