diff options
| author | Chris Fung <aergonaut@gmail.com> | 2018-05-13 10:56:54 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-14 08:56:41 -0700 |
| commit | 7d49a17781f25acd83b7d5122f2eafb4053fc15b (patch) | |
| tree | 7d01249d14b0135a5490b0fe8617e348a7b8d85d /docs | |
| parent | 9dba7050642c2cb7788812bd4a88a4129d1ab698 (diff) | |
| download | qmk_firmware-7d49a17781f25acd83b7d5122f2eafb4053fc15b.tar.gz qmk_firmware-7d49a17781f25acd83b7d5122f2eafb4053fc15b.zip | |
override hamburger placement
Diffstat (limited to 'docs')
| -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 | } | ||
